| Index: chrome/browser/chromeos/status/input_method_menu.h
|
| diff --git a/chrome/browser/chromeos/status/input_method_menu.h b/chrome/browser/chromeos/status/input_method_menu.h
|
| index 4045293b283277b2a922ff5c5b98aa6f5777320f..6227abf3715ed8d684f65ae4441456289472f119 100644
|
| --- a/chrome/browser/chromeos/status/input_method_menu.h
|
| +++ b/chrome/browser/chromeos/status/input_method_menu.h
|
| @@ -97,10 +97,6 @@ class InputMethodMenu : public views::ViewMenuDelegate,
|
| static std::wstring GetTextForMenu(const InputMethodDescriptor& input_method);
|
|
|
| protected:
|
| - // Parses |input_method| and then calls UpdateUI().
|
| - void UpdateUIFromInputMethod(const InputMethodDescriptor& input_method,
|
| - size_t num_active_input_methods);
|
| -
|
| // Rebuilds model and menu2 objects in preparetion to open the menu.
|
| void PrepareForMenuOpen();
|
|
|
| @@ -126,6 +122,10 @@ class InputMethodMenu : public views::ViewMenuDelegate,
|
| // customizing languages and input.
|
| virtual void OpenConfigUI() = 0;
|
|
|
| + // Parses |input_method| and then calls UpdateUI().
|
| + void UpdateUIFromInputMethod(const InputMethodDescriptor& input_method,
|
| + size_t num_active_input_methods);
|
| +
|
| // Rebuilds |model_|. This function should be called whenever
|
| // |input_method_descriptors_| is updated, or ImePropertiesChanged() is
|
| // called.
|
|
|