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

Unified Diff: chrome/browser/chromeos/extensions/input_method_event_router.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/extensions/input_method_event_router.cc
diff --git a/chrome/browser/chromeos/extensions/input_method_event_router.cc b/chrome/browser/chromeos/extensions/input_method_event_router.cc
index 975c157a78f1b6f8067a924780cea055a11b4cba..6e3c2d4678ad1259607439fbb81c4a7a4fa1febc 100644
--- a/chrome/browser/chromeos/extensions/input_method_event_router.cc
+++ b/chrome/browser/chromeos/extensions/input_method_event_router.cc
@@ -62,7 +62,7 @@ void ExtensionInputMethodEventRouter::ActiveInputMethodsChanged(
void ExtensionInputMethodEventRouter::PropertyListChanged(
input_method::InputMethodManager *manager,
- const input_method::ImePropertyList & current_ime_properties) {
+ const input_method::InputMethodPropertyList & current_ime_properties) {
}
std::string ExtensionInputMethodEventRouter::GetInputMethodForXkb(
« no previous file with comments | « chrome/browser/chromeos/extensions/input_method_event_router.h ('k') | chrome/browser/chromeos/input_method/ibus_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698