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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_PRINTING_PRINTING_INIT_H__
6 #define CHROME_BROWSER_PRINTING_PRINTING_INIT_H__
7
8 namespace content {
9 class WebContents;
10 }
11
12 namespace printing {
13
14 // Initialize printing related classes for web contents.
15 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.
16
17 } // namespace printing
18
19 #endif // CHROME_BROWSER_PRINTING_PRINTING_INIT_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698