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

Unified Diff: ash/system/status_area_widget.h

Issue 10827235: Merge 150573 - Fix status area tray spacing. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/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/status_area_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/status_area_widget.h
===================================================================
--- ash/system/status_area_widget.h (revision 150618)
+++ ash/system/status_area_widget.h (working copy)
@@ -56,6 +56,9 @@
// notification tray.
void UpdateAfterLoginStatusChange(user::LoginStatus login_status);
+ internal::StatusAreaWidgetDelegate* status_area_widget_delegate() {
+ return status_area_widget_delegate_;
+ }
SystemTray* system_tray() { return system_tray_; }
SystemTrayDelegate* system_tray_delegate() {
return system_tray_delegate_.get();
@@ -67,12 +70,12 @@
user::LoginStatus login_status() const { return login_status_; }
private:
- void AddSystemTray(SystemTray* system_tray, ShellDelegate* shell_delegate);
- void AddWebNotificationTray(WebNotificationTray* web_notification_tray);
+ void AddSystemTray(ShellDelegate* shell_delegate);
+ void AddWebNotificationTray();
scoped_ptr<SystemTrayDelegate> system_tray_delegate_;
// Weak pointers to View classes that are parented to StatusAreaWidget:
- internal::StatusAreaWidgetDelegate* widget_delegate_;
+ internal::StatusAreaWidgetDelegate* status_area_widget_delegate_;
SystemTray* system_tray_;
WebNotificationTray* web_notification_tray_;
user::LoginStatus login_status_;
« no previous file with comments | « no previous file | ash/system/status_area_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698