Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Unified Diff: ash/shell.cc

Issue 10008043: Allow non-radio button properties in uber tray. Simplified chinese will use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rewrite ActivateIMEProperty Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/system/ime/tray_ime.cc » ('j') | ash/system/ime/tray_ime.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | ash/system/ime/tray_ime.cc » ('j') | ash/system/ime/tray_ime.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698