Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: chrome/browser/printing/printing_init.h

Issue 2920013002: Use pdf compositor service for printing when OOPIF is enabled
Patch Set: rebase Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/printing/printing_init.h
diff --git a/chrome/browser/printing/printing_init.h b/chrome/browser/printing/printing_init.h
new file mode 100644
index 0000000000000000000000000000000000000000..0660585faee89d0d13296e94452b1bf7a87d3552
--- /dev/null
+++ b/chrome/browser/printing/printing_init.h
@@ -0,0 +1,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);
Lei Zhang 2017/08/16 21:17:00 Can this be its own CL?
Wei Li 2017/08/25 23:39:37 Done.
+
+} // namespace printing
+
+#endif // CHROME_BROWSER_PRINTING_PRINTING_INIT_H__

Powered by Google App Engine
This is Rietveld 408576698