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

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: Fix unit tests 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 dcf519028f4d09be220a0e18dc2f59f489e27322..ceb79f03902af2f00cd18eb985944213d9bfca06 100644
--- a/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
+++ b/chrome/browser/chromeos/system/ash_system_tray_delegate.cc
@@ -105,6 +105,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