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

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

Issue 83413004: Remove enable Drive offline system tray UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: drive settings Created 7 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/tray/system_tray_notifier.cc
diff --git a/ash/system/tray/system_tray_notifier.cc b/ash/system/tray/system_tray_notifier.cc
index f3bc793cc188e5a26d2032f8b7eb3a7244044318..e2035ad357feac1cf666d476d936a5477be47190 100644
--- a/ash/system/tray/system_tray_notifier.cc
+++ b/ash/system/tray/system_tray_notifier.cc
@@ -220,12 +220,6 @@ void SystemTrayNotifier::NotifyDriveJobUpdated(
OnDriveJobUpdated(status));
}
-void SystemTrayNotifier::NotifyDriveOfflineEnabled() {
- FOR_EACH_OBSERVER(DriveObserver,
- drive_observers_,
- OnDriveOfflineEnabled());
-}
-
void SystemTrayNotifier::NotifyRefreshIME(bool show_message) {
FOR_EACH_OBSERVER(IMEObserver,
ime_observers_,
« no previous file with comments | « ash/system/tray/system_tray_notifier.h ('k') | chrome/browser/chromeos/first_run/drive_first_run_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698