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

Unified Diff: ash/system/ime/tray_ime.cc

Issue 11415014: Stop using shell::GetInstance()->system_tray() in system tray items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/ime/tray_ime.cc
diff --git a/ash/system/ime/tray_ime.cc b/ash/system/ime/tray_ime.cc
index bcf4c35760743c4f68295939529455f515d8f70f..e835d20da86257dc6c369eafcda6f0ebe1ca9cba 100644
--- a/ash/system/ime/tray_ime.cc
+++ b/ash/system/ime/tray_ime.cc
@@ -269,7 +269,8 @@ views::View* TrayIME::CreateTrayView(user::LoginStatus status) {
return tray_label_;
}
-views::View* TrayIME::CreateDefaultView(user::LoginStatus status) {
+views::View* TrayIME::CreateDefaultView(user::LoginStatus status,
+ int bubble_width) {
SystemTrayDelegate* delegate = Shell::GetInstance()->tray_delegate();
IMEInfoList list;
IMEPropertyInfoList property_list;

Powered by Google App Engine
This is Rietveld 408576698