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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system_interface.h

Issue 13866050: drive: Introduce DriveSystemServiceObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
Index: chrome/browser/chromeos/drive/drive_file_system_interface.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_interface.h b/chrome/browser/chromeos/drive/drive_file_system_interface.h
index add7df340a7e716f724e665cf484276c38ef5544..7ae18dd7a6fb6754861d3a60d744283f709b2379 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_interface.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_interface.h
@@ -155,12 +155,6 @@ class DriveFileSystemInterface {
virtual void AddObserver(DriveFileSystemObserver* observer) = 0;
virtual void RemoveObserver(DriveFileSystemObserver* observer) = 0;
- // Notifies the file system was just mounted.
- virtual void NotifyFileSystemMounted() = 0;
-
- // Notifies the file system is going to be unmounted.
- virtual void NotifyFileSystemToBeUnmounted() = 0;
-
// Checks for updates on the server.
virtual void CheckForUpdates() = 0;
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system.cc ('k') | chrome/browser/chromeos/drive/drive_file_system_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698