Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 75552bbecdede02a853595d3c13c431fdfdb789c..97df7a849972b12601492006896bc08e1ec50d96 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -384,8 +384,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, |