| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 80d6077f4d7ea536ccf9e8293b294e98424b7dcc..3b0b0b8b3664673c117cede8f80b73b0e709c717 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -386,8 +386,7 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
|
| virtual void SwitchIME(const std::string& ime_id) OVERRIDE {
|
| }
|
|
|
| - virtual void ActivateIMEProperty(const std::string& key,
|
| - bool is_selection) OVERRIDE {
|
| + virtual void ActivateIMEProperty(const std::string& key) OVERRIDE {
|
| }
|
|
|
| virtual void GetMostRelevantNetworkIcon(NetworkIconInfo* info,
|
|
|