Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 955f01246a8d89cf3dced4ca2f0e6cd683e158a8..3747d60242daef38a1100852c37a90203bf6912d 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -377,7 +377,8 @@ class DummySystemTrayDelegate : public SystemTrayDelegate { |
virtual void SwitchIME(const std::string& ime_id) OVERRIDE { |
} |
- virtual void ActivateIMEProperty(const std::string& key) OVERRIDE { |
+ virtual void ActivateIMEProperty( |
+ const std::string& key, bool is_selection) OVERRIDE { |
sky
2012/04/09 15:18:56
nit: when you wrap, each param on its own line.
Jun Mukai
2012/04/10 02:13:46
Done.
|
} |
virtual void GetMostRelevantNetworkIcon(NetworkIconInfo* info, |