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

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

Issue 10214013: Created uber tray UI for monitoring ongoing WebDrive sync operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « ash/system/drive/tray_drive.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray.h
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
index 4ea3e63c70e25c5c3073e67ef1a5f59d942087d3..f608e70cef7f6c731167173312c347ca6e5ff0da 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -26,6 +26,7 @@ class BluetoothObserver;
class BrightnessObserver;
class CapsLockObserver;
class ClockObserver;
+class DriveObserver;
class IMEObserver;
class NetworkObserver;
class PowerStatusObserver;
@@ -105,6 +106,9 @@ class ASH_EXPORT SystemTray : NON_EXPORTED_BASE(
ClockObserver* clock_observer() const {
return clock_observer_;
}
+ DriveObserver* drive_observer() const {
+ return drive_observer_;
+ }
IMEObserver* ime_observer() const {
return ime_observer_;
}
@@ -160,6 +164,7 @@ class ASH_EXPORT SystemTray : NON_EXPORTED_BASE(
BrightnessObserver* brightness_observer_;
CapsLockObserver* caps_lock_observer_;
ClockObserver* clock_observer_;
+ DriveObserver* drive_observer_;
IMEObserver* ime_observer_;
NetworkObserver* network_observer_;
PowerStatusObserver* power_status_observer_;
« no previous file with comments | « ash/system/drive/tray_drive.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698