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

Unified Diff: ash/system/bluetooth/tray_bluetooth.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/bluetooth/tray_bluetooth.cc
diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc
index ac4cd15f069ef677005925ead52dbf1ca65ae22b..bf49260e4d683a8f513cdb70fff31a5b0d58aeb6 100644
--- a/ash/system/bluetooth/tray_bluetooth.cc
+++ b/ash/system/bluetooth/tray_bluetooth.cc
@@ -225,7 +225,8 @@ views::View* TrayBluetooth::CreateTrayView(user::LoginStatus status) {
return NULL;
}
-views::View* TrayBluetooth::CreateDefaultView(user::LoginStatus status) {
+views::View* TrayBluetooth::CreateDefaultView(user::LoginStatus status,
+ int bubble_width) {
CHECK(default_ == NULL);
default_ = new tray::BluetoothDefaultView(this);
return default_;

Powered by Google App Engine
This is Rietveld 408576698