| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index 54979327bc57b90ba982d9664ee23b19a32fc7f3..7c2e3074723909602cccf2f227b96e8e050c5cd3 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -41,6 +41,7 @@ class WaitableEvent;
|
|
|
| namespace printing {
|
| class PrintJobManager;
|
| +class PrintPreviewTabController;
|
| }
|
|
|
| class IOThread;
|
| @@ -116,6 +117,8 @@ class BrowserProcess {
|
| virtual bool IsShuttingDown() = 0;
|
|
|
| virtual printing::PrintJobManager* print_job_manager() = 0;
|
| + virtual printing::PrintPreviewTabController*
|
| + print_preview_tab_controller() = 0;
|
|
|
| virtual GoogleURLTracker* google_url_tracker() = 0;
|
| virtual IntranetRedirectDetector* intranet_redirect_detector() = 0;
|
|
|