diff options
author | alemate <alemate@chromium.org> | 2014-09-23 09:32:32 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-23 16:32:59 +0000 |
commit | a5a81ef618a26e513a4ae0f2b4b0e77f8224e946 (patch) | |
tree | b3cda34a36715a4ae5bd1010cbf83e29a449f7fa /chrome/browser/chromeos/input_method/input_method_persistence.h | |
parent | 043a6152153c4af0d50540add7f2ab9a1f3b4f9e (diff) | |
download | chromium_src-a5a81ef618a26e513a4ae0f2b4b0e77f8224e946.zip chromium_src-a5a81ef618a26e513a4ae0f2b4b0e77f8224e946.tar.gz chromium_src-a5a81ef618a26e513a4ae0f2b4b0e77f8224e946.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
Review URL: https://codereview.chromium.org/484353005
Cr-Commit-Position: refs/heads/master@{#296199}
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 |