Index: chrome/browser/printing/print_view_manager_common.h |
diff --git a/chrome/browser/printing/print_view_manager_common.h b/chrome/browser/printing/print_view_manager_common.h |
index da97bc7503d7a0385ee12f8edbff624b4ad859fd..0268635833407c9e20edad75bdb3b5a38c67451c 100644 |
--- a/chrome/browser/printing/print_view_manager_common.h |
+++ b/chrome/browser/printing/print_view_manager_common.h |
@@ -8,7 +8,6 @@ |
#include "printing/features/features.h" |
namespace content { |
-class RenderFrameHost; |
class WebContents; |
} |
@@ -17,17 +16,13 @@ |
// Start printing using the appropriate PrintViewManagerBase subclass. |
void StartPrint(content::WebContents* web_contents, |
bool print_preview_disabled, |
- bool has_selection); |
+ bool selection_only); |
#if BUILDFLAG(ENABLE_BASIC_PRINTING) |
// Start printing using the system print dialog. |
void StartBasicPrint(content::WebContents* contents); |
#endif |
-// If the user has selected text in the currently focused frame, print only that |
-// frame (this makes print selection work for multiple frames). |
-content::RenderFrameHost* GetFrameToPrint(content::WebContents* contents); |
- |
} // namespace printing |
#endif // CHROME_BROWSER_PRINTING_PRINT_VIEW_MANAGER_COMMON_H_ |