summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/input_method_persistence.h
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2014-09-23 15:50:28 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-23 22:50:38 +0000
commit6f3fed9839e5bf2842165a919f3e7c1cd0795392 (patch)
tree7b02b7ce9560078239b5dbe5adc75997b79b67ff /chrome/browser/chromeos/input_method/input_method_persistence.h
parent8ff718bbef88fcdc4de31f7cbd1325dff589ea32 (diff)
downloadchromium_src-6f3fed9839e5bf2842165a919f3e7c1cd0795392.zip
chromium_src-6f3fed9839e5bf2842165a919f3e7c1cd0795392.tar.gz
chromium_src-6f3fed9839e5bf2842165a919f3e7c1cd0795392.tar.bz2
Revert of ChromeOS: "Add New User" screen should enable all hardware keyboards. (patchset #14 id:260001 of https://codereview.chromium.org/484353005/)
Reason for revert: Speculative, looks like this broke a bunch of browser_tests in dbg: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29/builds/31837 http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%28dbg%29%281%29/builds/31837 Original issue's description: > 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} TBR=dzhioev@chromium.org,shuchen@chromium.org,alemate@chromium.org NOTREECHECKS=true NOTRY=true BUG=365299 Review URL: https://codereview.chromium.org/597723003 Cr-Commit-Position: refs/heads/master@{#296290}
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_persistence.h')
-rw-r--r--chrome/browser/chromeos/input_method/input_method_persistence.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_persistence.h b/chrome/browser/chromeos/input_method/input_method_persistence.h
index a9fe28c..f103a32 100644
--- a/chrome/browser/chromeos/input_method/input_method_persistence.h
+++ b/chrome/browser/chromeos/input_method/input_method_persistence.h
@@ -11,8 +11,6 @@
#include "base/compiler_specific.h"
#include "chromeos/ime/input_method_manager.h"
-class PrefService;
-
namespace chromeos {
namespace input_method {
@@ -41,10 +39,6 @@ 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