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

Unified Diff: chrome/browser/chromeos/cros/mock_language_library.h

Issue 2767001: Don't use disabled (gray) state for the language indicator. (Closed)
Patch Set: fixed all Created 10 years, 6 months 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/cros/mock_language_library.h
diff --git a/chrome/browser/chromeos/cros/mock_language_library.h b/chrome/browser/chromeos/cros/mock_language_library.h
index 4bc120f15867968a7760f365dc5bd074bb61f1ae..62d5a846a3d34a6ee09535b66a3a074aed8554db 100644
--- a/chrome/browser/chromeos/cros/mock_language_library.h
+++ b/chrome/browser/chromeos/cros/mock_language_library.h
@@ -30,7 +30,6 @@ class MockLanguageLibrary : public LanguageLibrary {
const ImeConfigValue&));
MOCK_CONST_METHOD0(current_input_method, const InputMethodDescriptor&(void));
MOCK_CONST_METHOD0(current_ime_properties, const ImePropertyList&(void));
- MOCK_CONST_METHOD0(is_focused, bool(void));
};
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/cros/language_library.cc ('k') | chrome/browser/chromeos/status/language_menu_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698