Index: chrome/browser/browser_process_impl.h |
=================================================================== |
--- chrome/browser/browser_process_impl.h (revision 71344) |
+++ chrome/browser/browser_process_impl.h (working copy) |
@@ -71,7 +71,7 @@ |
virtual unsigned int ReleaseModule(); |
virtual bool IsShuttingDown(); |
virtual printing::PrintJobManager* print_job_manager(); |
- virtual printing::PrintPreviewTabController* print_preview_tab_controller(); |
+ virtual printing::PrintPreviewManager* print_preview_manager(); |
virtual GoogleURLTracker* google_url_tracker(); |
virtual IntranetRedirectDetector* intranet_redirect_detector(); |
virtual const std::string& GetApplicationLocale(); |
@@ -129,7 +129,7 @@ |
void CreateNotificationUIManager(); |
void CreateStatusTrayManager(); |
void CreateTabCloseableStateWatcher(); |
- void CreatePrintPreviewTabController(); |
+ void CreatePrintPreviewManager(); |
void CreateSafeBrowsingDetectionService(); |
bool IsSafeBrowsingDetectionServiceEnabled(); |
@@ -185,8 +185,7 @@ |
scoped_ptr<policy::ConfigurationPolicyProviderKeeper> |
configuration_policy_provider_keeper_; |
- scoped_refptr<printing::PrintPreviewTabController> |
- print_preview_tab_controller_; |
+ scoped_refptr<printing::PrintPreviewManager> print_preview_manager_; |
scoped_ptr<ui::Clipboard> clipboard_; |