summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/printing/printing_init.h
blob: 0660585faee89d0d13296e94452b1bf7a87d3552 (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. All rights reserved.
// 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 web contents.
void InitializePrinting(content::WebContents* web_contents);

}  // namespace printing

#endif  // CHROME_BROWSER_PRINTING_PRINTING_INIT_H__