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

Unified Diff: chrome/browser/chromeos/extensions/input_method_event_router.h

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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/input_method_event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/input_method_event_router.h
diff --git a/chrome/browser/chromeos/extensions/input_method_event_router.h b/chrome/browser/chromeos/extensions/input_method_event_router.h
index f9ba5d78e688c55bac4aca8d8edafbcae41755f8..2912f6272b088e386d124a42aa16f3b2d8f52d45 100644
--- a/chrome/browser/chromeos/extensions/input_method_event_router.h
+++ b/chrome/browser/chromeos/extensions/input_method_event_router.h
@@ -28,7 +28,7 @@ class ExtensionInputMethodEventRouter
size_t num_active_input_methods) OVERRIDE;
virtual void PropertyListChanged(
input_method::InputMethodManager* manager,
- const input_method::ImePropertyList& current_ime_properties) OVERRIDE;
+ const input_method::InputMethodPropertyList& properties) OVERRIDE;
// Returns input method name for the given XKB (X keyboard extensions in X
// Window System) id.
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/input_method_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698