diff options
author | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-14 00:17:04 +0000 |
---|---|---|
committer | erikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-14 00:17:04 +0000 |
commit | e6c1a7d3b21482fb58491b231a32bcff8666f73f (patch) | |
tree | 44de04765c7d85aeb2f94e0819ed1a87aa6e806a /chrome/browser/chromeos/input_method/input_method_manager.h | |
parent | 06af6a46eb2f078f8df6e241051ded35b2f1ae6e (diff) | |
download | chromium_src-e6c1a7d3b21482fb58491b231a32bcff8666f73f.zip chromium_src-e6c1a7d3b21482fb58491b231a32bcff8666f73f.tar.gz chromium_src-e6c1a7d3b21482fb58491b231a32bcff8666f73f.tar.bz2 |
Decompose BrowserStateMonitor into two parts, simplifying unit tests and APIs.
Decouple InputMethodManagerImpl from content notifications by requiring the client to push said notifications. BrowserStateMonitor and InputMethodPersistence thus become part of the client (configuration layer).
BUG=164375
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/11466010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_manager.h')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_manager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_manager.h b/chrome/browser/chromeos/input_method/input_method_manager.h index 510b9fc..786db50 100644 --- a/chrome/browser/chromeos/input_method/input_method_manager.h +++ b/chrome/browser/chromeos/input_method/input_method_manager.h @@ -73,9 +73,6 @@ class InputMethodManager { virtual void RemoveCandidateWindowObserver( CandidateWindowObserver* observer) = 0; - // Sets the current browser status. - virtual void SetState(State new_state) = 0; - // Returns all input methods that are supported, including ones not active. // This function never returns NULL. Note that input method extensions are NOT // included in the result. |