| 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 382c7ec385143adf7113923946a1b40b7497516a..c3992964e4554752c066fb1805b6797042fd8df1 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -48,7 +48,6 @@ struct ASH_EXPORT IMEPropertyInfo {
|
| ~IMEPropertyInfo();
|
|
|
| bool selected;
|
| - bool is_selection;
|
| std::string key;
|
| string16 name;
|
| };
|
| @@ -161,10 +160,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
|
|
|