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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_win.cc

Issue 410333005: Remove the drive status from the ash try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows build. Created 6 years, 5 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 | « chrome/browser/ui/ash/system_tray_delegate_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/system_tray_delegate_win.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_win.cc b/chrome/browser/ui/ash/system_tray_delegate_win.cc
index 0dbaa63fb8022abbda81fa5ebfc80b3d9f187e33..eef9cbe68e6107486a3b5f4034c1cf5423754298 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_win.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_win.cc
@@ -121,9 +121,6 @@ class SystemTrayDelegateWin : public ash::SystemTrayDelegate,
return false;
}
- virtual void ShowDriveSettings() OVERRIDE {
- }
-
virtual void ShowIMESettings() OVERRIDE {
}
@@ -210,13 +207,6 @@ class SystemTrayDelegateWin : public ash::SystemTrayDelegate,
virtual void ActivateIMEProperty(const std::string& key) OVERRIDE {
}
- virtual void CancelDriveOperation(int32 operation_id) OVERRIDE {
- }
-
- virtual void GetDriveOperationStatusList(
- ash::DriveOperationStatusList* list) OVERRIDE {
- }
-
virtual void ShowNetworkConfigure(const std::string& network_id,
gfx::NativeWindow parent_window) OVERRIDE {
}
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698