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

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 10544070: Add decoration to the language button to indicate that a third party IME is in use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index a344495731d732cd1ba853c16e8207993335cf89..4c73d328fd14c7101ddf08683362714a82992abc 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -89,6 +89,7 @@ struct ASH_EXPORT IMEInfo {
~IMEInfo();
bool selected;
+ bool third_party;
std::string id;
string16 name;
string16 short_name;

Powered by Google App Engine
This is Rietveld 408576698