Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index d3b19197b4b57628c162577e6925f8346705f154..170902ed7ad887a0982bacc2e09cbcfb6250f540 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -383,8 +383,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, |