diff options
author | uekawa@chromium.org <uekawa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-19 08:20:27 +0000 |
---|---|---|
committer | uekawa@chromium.org <uekawa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-19 08:20:27 +0000 |
commit | de4e5d42419ab84a7ddd35b82cca0243f284907c (patch) | |
tree | b306eebcef89fcc23992b87e15e9acc91ed4b6f9 /chrome/browser/chromeos/input_method/input_method_persistence.h | |
parent | 50d423735a16869a3271386f38fb2b7e1926eab2 (diff) | |
download | chromium_src-de4e5d42419ab84a7ddd35b82cca0243f284907c.zip chromium_src-de4e5d42419ab84a7ddd35b82cca0243f284907c.tar.gz chromium_src-de4e5d42419ab84a7ddd35b82cca0243f284907c.tar.bz2 |
try 3 of: Split out InputMethodMenuManager from InputMethodManager.
(I was missing RemoveObserver in one of the tests and as a result ASAN tests were catching use-after-free.)
Rename input_method_property to input_method_menu_item, and move to ash/ime.
BUG=342336, 343044
Review URL: https://codereview.chromium.org/169033003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_persistence.h')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_persistence.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_persistence.h b/chrome/browser/chromeos/input_method/input_method_persistence.h index 9e19921..27fba16 100644 --- a/chrome/browser/chromeos/input_method/input_method_persistence.h +++ b/chrome/browser/chromeos/input_method/input_method_persistence.h @@ -31,7 +31,6 @@ class InputMethodPersistence : public InputMethodManager::Observer { // InputMethodManager::Observer overrides. virtual void InputMethodChanged(InputMethodManager* manager, bool show_message) OVERRIDE; - virtual void InputMethodPropertyChanged(InputMethodManager* manager) OVERRIDE; private: InputMethodManager* input_method_manager_; |