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

Unified Diff: chrome/browser/chromeos/input_method/input_method_manager.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_manager.h
diff --git a/chrome/browser/chromeos/input_method/input_method_manager.h b/chrome/browser/chromeos/input_method/input_method_manager.h
index 510b9fc0354308f2f96eb8edaaf04be44a51469d..786db508dd1edcc1587df2625abee285ae7cb4ac 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager.h
+++ b/chrome/browser/chromeos/input_method/input_method_manager.h
@@ -73,9 +73,6 @@ class InputMethodManager {
virtual void RemoveCandidateWindowObserver(
CandidateWindowObserver* observer) = 0;
- // Sets the current browser status.
- virtual void SetState(State new_state) = 0;
-
// Returns all input methods that are supported, including ones not active.
// This function never returns NULL. Note that input method extensions are NOT
// included in the result.

Powered by Google App Engine
This is Rietveld 408576698