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

Unified Diff: chrome/browser/chromeos/status/input_method_menu_button.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/status/input_method_menu_button.cc
diff --git a/chrome/browser/chromeos/status/input_method_menu_button.cc b/chrome/browser/chromeos/status/input_method_menu_button.cc
index ba17067583329a25845a85392697627ed21f2484..b161600530015964017803d422a11753b5ec01f2 100644
--- a/chrome/browser/chromeos/status/input_method_menu_button.cc
+++ b/chrome/browser/chromeos/status/input_method_menu_button.cc
@@ -152,7 +152,7 @@ void InputMethodMenuButton::UpdateUIFromCurrentInputMethod() {
input_method::InputMethodManager* input_method_manager =
input_method::InputMethodManager::GetInstance();
const input_method::InputMethodDescriptor& input_method =
- input_method_manager->current_input_method();
+ input_method_manager->GetCurrentInputMethod();
const string16 name = InputMethodMenu::GetTextForIndicator(input_method);
const string16 tooltip = InputMethodMenu::GetTextForMenu(input_method);
const size_t num_active_input_methods =
« no previous file with comments | « chrome/browser/chromeos/status/input_method_menu.cc ('k') | chrome/browser/chromeos/system_key_event_listener_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698