| Index: ash/system/tray/system_tray_delegate.h
|
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
|
| index b06e2bd33e5b6c2cf2e7e328882c0d65bab9bc47..e807623bf2fca2a3278bcedacd4255bbf820b556 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -158,10 +158,8 @@ class SystemTrayDelegate {
|
| // Switches to the selected input method.
|
| virtual void SwitchIME(const std::string& ime_id) = 0;
|
|
|
| - // Activates an IME property. Specify true to |is_selection| if it's a
|
| - // selection item.
|
| - virtual void ActivateIMEProperty(
|
| - const std::string& key, bool is_selection) = 0;
|
| + // Activates an IME property.
|
| + virtual void ActivateIMEProperty(const std::string& key) = 0;
|
|
|
| // Returns information about the most relevant network. Relevance is
|
| // determined by the implementor (e.g. a connecting network may be more
|
|
|