diff options
author | alemate@chromium.org <alemate@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-30 02:17:54 +0000 |
---|---|---|
committer | alemate@chromium.org <alemate@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-30 02:17:54 +0000 |
commit | 4c1bedf0243f7ab4d3a9be7b7f34e6970f0db729 (patch) | |
tree | f3a5dc0fa5e56f85d08d7843c9a0483c9983c63a /chrome/browser/chromeos/input_method/input_method_manager_impl.h | |
parent | dfd64f030ed83f6273d44cc6202169d63e0828ff (diff) | |
download | chromium_src-4c1bedf0243f7ab4d3a9be7b7f34e6970f0db729.zip chromium_src-4c1bedf0243f7ab4d3a9be7b7f34e6970f0db729.tar.gz chromium_src-4c1bedf0243f7ab4d3a9be7b7f34e6970f0db729.tar.bz2 |
Default keyboard layout should be set considering owners preference.
BUG=chromium:280383
Review URL: https://chromiumcodereview.appspot.com/23608003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220482 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.h | 1 |
1 files changed, 1 insertions, 0 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 24919ca..fdb24cc 100644 --- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h +++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h @@ -85,6 +85,7 @@ class InputMethodManagerImpl : public InputMethodManager, virtual void GetInputMethodExtensions( InputMethodDescriptors* result) OVERRIDE; virtual void SetEnabledExtensionImes(std::vector<std::string>* ids) OVERRIDE; + virtual void SetInputMethodDefault() OVERRIDE; virtual bool SwitchToNextInputMethod() OVERRIDE; virtual bool SwitchToPreviousInputMethod( const ui::Accelerator& accelerator) OVERRIDE; |