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

Unified Diff: ash/system/tray/system_tray.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
Index: ash/system/tray/system_tray.cc
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
index ed64a7e2e9dc44f78a42a7656ffb13e71a722a74..801509aaa9dc03f0a3cfbf315cc766cf7ab9259a 100644
--- a/ash/system/tray/system_tray.cc
+++ b/ash/system/tray/system_tray.cc
@@ -416,7 +416,7 @@ IMEInfo::~IMEInfo() {
}
IMEPropertyInfo::IMEPropertyInfo()
- : selected(false) {
+ : selected(false), is_selection(false) {
sky 2012/04/09 15:18:56 wrap is_selection to the next line.
Jun Mukai 2012/04/10 02:13:46 Done.
}
IMEPropertyInfo::~IMEPropertyInfo() {

Powered by Google App Engine
This is Rietveld 408576698