summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/input_method_manager_impl.h
diff options
context:
space:
mode:
authorkomatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-02 05:18:07 +0000
committerkomatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-02 05:18:07 +0000
commit05fd507a71a552edc3290adc35c45dfdc13d251a (patch)
tree9ab7ecc1a85994c01cbd529ab16ff0603044a1c4 /chrome/browser/chromeos/input_method/input_method_manager_impl.h
parent6bc5720c321e2e2f83171bfd0996175a4ad43b2a (diff)
downloadchromium_src-05fd507a71a552edc3290adc35c45dfdc13d251a.zip
chromium_src-05fd507a71a552edc3290adc35c45dfdc13d251a.tar.gz
chromium_src-05fd507a71a552edc3290adc35c45dfdc13d251a.tar.bz2
Delete extra_input_method_instances.
BUG=N/A Review URL: https://codereview.chromium.org/97783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238031 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_manager_impl.h')
-rw-r--r--chrome/browser/chromeos/input_method/input_method_manager_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.h b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
index 7e779ab..b6cc6dc 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h
+++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
@@ -190,7 +190,6 @@ class InputMethodManagerImpl : public InputMethodManager,
// Extra input methods that have been explicitly added to the menu, such as
// those created by extension.
std::map<std::string, InputMethodDescriptor> extra_input_methods_;
- std::map<std::string, InputMethodEngineIBus*> extra_input_method_instances_;
// Property list of the input method. This is set by extension IMEs.
InputMethodPropertyList property_list_;