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

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

Issue 10285002: Revert 134774 because of win aura compile and chromium os browser_test crashes - Created uber tray … (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
===================================================================
--- ash/system/tray/system_tray.h (revision 134777)
+++ ash/system/tray/system_tray.h (working copy)
@@ -26,7 +26,6 @@
class BrightnessObserver;
class CapsLockObserver;
class ClockObserver;
-class DriveObserver;
class IMEObserver;
class NetworkObserver;
class PowerStatusObserver;
@@ -106,9 +105,6 @@
ClockObserver* clock_observer() const {
return clock_observer_;
}
- DriveObserver* drive_observer() const {
- return drive_observer_;
- }
IMEObserver* ime_observer() const {
return ime_observer_;
}
@@ -164,7 +160,6 @@
BrightnessObserver* brightness_observer_;
CapsLockObserver* caps_lock_observer_;
ClockObserver* clock_observer_;
- DriveObserver* drive_observer_;
IMEObserver* ime_observer_;
NetworkObserver* network_observer_;
PowerStatusObserver* power_status_observer_;
Property changes on: ash/system/tray/system_tray.h
___________________________________________________________________
Deleted: svn:mergeinfo
« 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