Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3243)

Unified Diff: chrome/browser/chromeos/input_method/input_method_delegate.h

Issue 11466010: Decompose BrowserStateMonitor into two parts, simplifying unit tests and APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gypi ordering. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/input_method/input_method_delegate.h
diff --git a/chrome/browser/chromeos/input_method/input_method_delegate.h b/chrome/browser/chromeos/input_method/input_method_delegate.h
index 4117ad31a3262e91f2c0caa219a7d7314b82de6e..ed0717313ea5407eeae75648a57534c51d65734d 100644
--- a/chrome/browser/chromeos/input_method/input_method_delegate.h
+++ b/chrome/browser/chromeos/input_method/input_method_delegate.h
@@ -18,10 +18,6 @@ class InputMethodDelegate {
InputMethodDelegate() {}
virtual ~InputMethodDelegate() {}
- // Persists input method choices when no user is logged in.
- virtual void SetSystemInputMethod(const std::string& input_method) = 0;
- // Persists input method choices when the user is logged in.
- virtual void SetUserInputMethod(const std::string& input_method) = 0;
// Retrieves the hardware keyboard layout ID. May return an empty string if
// the ID is unknown.
virtual std::string GetHardwareKeyboardLayout() const = 0;

Powered by Google App Engine
This is Rietveld 408576698