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

Unified Diff: chrome/browser/chromeos/system/ash_system_tray_delegate.cc

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: chrome/browser/chromeos/system/ash_system_tray_delegate.cc
diff --git a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
index d5449c49c9ab5ebee0f9a3fd91b5e6ceb338f29d..4cee8ee6939dda397abb65626516d568518c4762 100644
--- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
+++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
@@ -103,6 +103,7 @@ void ExtractIMEInfo(const input_method::InputMethodDescriptor& ime,
info->id = ime.id();
info->name = util.GetInputMethodLongName(ime);
info->short_name = util.GetInputMethodShortName(ime);
+ info->third_party = ime.third_party();
}
ash::DriveOperationStatusList GetDriveStatusList(

Powered by Google App Engine
This is Rietveld 408576698