diff options
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index 63a7412..281e330 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -40,9 +40,6 @@ class BrokerServices; namespace printing { class PrintJobManager; } -namespace views { -class AcceleratorHandler; -} // NOT THREAD SAFE, call only from the main thread. // These functions shouldn't return NULL unless otherwise noted. @@ -122,8 +119,6 @@ class BrowserProcess { virtual bool IsShuttingDown() = 0; - virtual views::AcceleratorHandler* accelerator_handler() = 0; - virtual printing::PrintJobManager* print_job_manager() = 0; virtual GoogleURLTracker* google_url_tracker() = 0; |