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

Unified Diff: ash/shell.cc

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/ash_strings.grd ('k') | ash/system/drive/drive_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index d025e4d17520b803eaaeef575dae7852f1f8d76f..36391fdde992dfff2d6a42ac65333d1b76508757 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -309,6 +309,9 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
virtual void ShowBluetoothSettings() OVERRIDE {
}
+ virtual void ShowDriveSettings() OVERRIDE {
+ }
+
virtual void ShowIMESettings() OVERRIDE {
}
@@ -375,6 +378,13 @@ class DummySystemTrayDelegate : public SystemTrayDelegate {
virtual void ActivateIMEProperty(const std::string& key) OVERRIDE {
}
+ virtual void CancelDriveOperation(const FilePath&) OVERRIDE {
+ }
+
+ virtual void GetDriveOperationStatusList(
+ ash::DriveOperationStatusList*) OVERRIDE {
+ }
+
virtual void GetMostRelevantNetworkIcon(NetworkIconInfo* info,
bool large) OVERRIDE {
}
« no previous file with comments | « ash/ash_strings.grd ('k') | ash/system/drive/drive_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698