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

Unified Diff: ash/system/date/tray_date.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/date/tray_date.cc
diff --git a/ash/system/date/tray_date.cc b/ash/system/date/tray_date.cc
index 46033d07d1fd4707206d6350ffb8dd578b5fb08e..a1e542208ed5cd124a89b0d88a3d4dfe0d1f7630 100644
--- a/ash/system/date/tray_date.cc
+++ b/ash/system/date/tray_date.cc
@@ -143,7 +143,8 @@ views::View* TrayDate::CreateTrayView(user::LoginStatus status) {
return view;
}
-views::View* TrayDate::CreateDefaultView(user::LoginStatus status) {
+views::View* TrayDate::CreateDefaultView(user::LoginStatus status,
+ int bubble_width) {
return new DateDefaultView(status);
}

Powered by Google App Engine
This is Rietveld 408576698