1 // Copyright 2014 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.
5 #ifndef CHROME_BROWSER_PRINTING_PRINT_VIEW_MANAGER_COMMON_H_
6 #define CHROME_BROWSER_PRINTING_PRINT_VIEW_MANAGER_COMMON_H_
14 // Start printing using the appropriate PrintViewManagerBase subclass.
15 void StartPrint(content::WebContents
* web_contents
,
16 bool print_preview_disabled
,
19 #if defined(ENABLE_BASIC_PRINTING)
20 // Start printing using the system print dialog.
21 void StartBasicPrint(content::WebContents
* contents
);
24 } // namespace printing
26 #endif // CHROME_BROWSER_PRINTING_PRINT_VIEW_MANAGER_COMMON_H_