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

Unified Diff: chrome/browser/chromeos/system_key_event_listener_browsertest.cc

Issue 9696025: Rename InputMethodManager::current_input_method() to InputMethodManager::GetCurrentInputMethod(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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/system_key_event_listener_browsertest.cc
diff --git a/chrome/browser/chromeos/system_key_event_listener_browsertest.cc b/chrome/browser/chromeos/system_key_event_listener_browsertest.cc
index 2b07485cade173279caa3ad23693e570a05f7085..ef1331f35f18fa12fd62764f55278f40c104b1ad 100644
--- a/chrome/browser/chromeos/system_key_event_listener_browsertest.cc
+++ b/chrome/browser/chromeos/system_key_event_listener_browsertest.cc
@@ -85,7 +85,7 @@ class InputMethodObserver : public input_method::InputMethodManager::Observer {
}
virtual void PropertyListChanged(
input_method::InputMethodManager* manager,
- const input_method::ImePropertyList& current_ime_properties) OVERRIDE {
+ const input_method::InputMethodPropertyList& properties) OVERRIDE {
}
std::string current_input_method_id_;
« no previous file with comments | « chrome/browser/chromeos/status/input_method_menu_button.cc ('k') | chrome/browser/extensions/extension_input_method_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698