diff options
author | alemate <alemate@chromium.org> | 2014-09-24 07:31:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-24 14:31:52 +0000 |
commit | dee7902a7ee2b99d27dd54b91b8f266427490c96 (patch) | |
tree | 3c80ce0a1dd3072cc148281a7e2c50d1569402dc /chrome/browser/chromeos/input_method/input_method_persistence.h | |
parent | d9d0e601c4c45ec8f2fb1d148e68458d9baa4e24 (diff) | |
download | chromium_src-dee7902a7ee2b99d27dd54b91b8f266427490c96.zip chromium_src-dee7902a7ee2b99d27dd54b91b8f266427490c96.tar.gz chromium_src-dee7902a7ee2b99d27dd54b91b8f266427490c96.tar.bz2 |
ChromeOS: "Add New User" screen should enable all hardware keyboards.
"Add New User" screen should have enabled all hardware
keyboards, owner and system input methods.
BUG=365299
TEST=manual
Committed: https://crrev.com/a5a81ef618a26e513a4ae0f2b4b0e77f8224e946
Cr-Commit-Position: refs/heads/master@{#296199}
Review URL: https://codereview.chromium.org/484353005
Cr-Commit-Position: refs/heads/master@{#296408}
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_persistence.h')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_persistence.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_persistence.h b/chrome/browser/chromeos/input_method/input_method_persistence.h index f103a32..a9fe28c 100644 --- a/chrome/browser/chromeos/input_method/input_method_persistence.h +++ b/chrome/browser/chromeos/input_method/input_method_persistence.h @@ -11,6 +11,8 @@ #include "base/compiler_specific.h" #include "chromeos/ime/input_method_manager.h" +class PrefService; + namespace chromeos { namespace input_method { @@ -39,6 +41,10 @@ class InputMethodPersistence : public InputMethodManager::Observer { DISALLOW_COPY_AND_ASSIGN(InputMethodPersistence); }; +void SetUserLRUInputMethodPreferenceForTesting(const std::string& username, + const std::string& input_method, + PrefService* local_state); + } // namespace input_method } // namespace chromeos |