diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 23:34:56 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-29 23:34:56 +0000 |
commit | 047f6227bb49d5e315c2da557255035eb22c846f (patch) | |
tree | 7ec2e6410c837e08ba057d18984f13494a789448 /chrome/browser/browser_process.h | |
parent | 650e6918651545098d70fc85d37336bca49c74bf (diff) | |
download | chromium_src-047f6227bb49d5e315c2da557255035eb22c846f.zip chromium_src-047f6227bb49d5e315c2da557255035eb22c846f.tar.gz chromium_src-047f6227bb49d5e315c2da557255035eb22c846f.tar.bz2 |
There is no need for the browser process to have an accelerator handler.This CL cleans this up.BUG=NoneTEST=Accelerator should work in Chrome and in the first run window.
Review URL: http://codereview.chromium.org/160301
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22020 0039d316-1c4b-4281-b951-d872f2087c98
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; |