summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/printing/printing_init.h
blob: f8eda9cf275785b6b023c09843495fe8df6900d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_PRINTING_PRINTING_INIT_H_
#define CHROME_BROWSER_PRINTING_PRINTING_INIT_H_

namespace content {
class WebContents;
}

namespace printing {

// Initialize printing related classes for a WebContents.
void InitializePrintingForWebContents(content::WebContents* web_contents);

}  // namespace printing

#endif  // CHROME_BROWSER_PRINTING_PRINTING_INIT_H_