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

Unified Diff: ash/system/tray/system_tray.cc

Issue 10878068: Replace Ash web notification tray view with a button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | ash/system/tray/tray_background_view.h » ('j') | ash/system/tray/tray_background_view.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray.cc
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
index da98726e0fe2539ddaf03b9c3400bf35b2bd9e94..2c832d920e435db03455e11acfc7d5daa4939c18 100644
--- a/ash/system/tray/system_tray.cc
+++ b/ash/system/tray/system_tray.cc
@@ -55,7 +55,7 @@ using internal::SystemTrayBubble;
using internal::TrayBubbleView;
SystemTray::SystemTray(internal::StatusAreaWidget* status_area_widget)
- : internal::TrayBackgroundView(status_area_widget),
+ : internal::TrayBackgroundView(status_area_widget, true),
items_(),
accessibility_observer_(NULL),
audio_observer_(NULL),
« no previous file with comments | « no previous file | ash/system/tray/tray_background_view.h » ('j') | ash/system/tray/tray_background_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698