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

Unified Diff: ash/system/tray/system_tray.cc

Issue 9835045: Support IME properties in uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove explicit Created 8 years, 9 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 | « ash/system/ime/tray_ime.cc ('k') | ash/system/tray/system_tray_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray.cc
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
index b41c56c711e8c06ff703f134bca38c82d6256637..7ecef7a3de28384bf8d442456f592cdb4630ad6a 100644
--- a/ash/system/tray/system_tray.cc
+++ b/ash/system/tray/system_tray.cc
@@ -400,6 +400,13 @@ IMEInfo::IMEInfo()
IMEInfo::~IMEInfo() {
}
+IMEPropertyInfo::IMEPropertyInfo()
+ : selected(false) {
+}
+
+IMEPropertyInfo::~IMEPropertyInfo() {
+}
+
SystemTray::SystemTray()
: items_(),
accessibility_observer_(NULL),
« no previous file with comments | « ash/system/ime/tray_ime.cc ('k') | ash/system/tray/system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698