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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system_observer.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_observer.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_observer.h b/chrome/browser/chromeos/drive/drive_file_system_observer.h
index b07518944c299231e44b8a482ca2db451f840c23..063ca34ae1596f27c91de05f7acb57d8b0157fcc 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_observer.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_observer.h
@@ -32,14 +32,6 @@ class DriveFileSystemObserver {
virtual void OnFeedFromServerLoaded() {
}
- // Triggered when the file system is mounted.
- virtual void OnFileSystemMounted() {
- }
-
- // Triggered when the file system is being unmounted.
- virtual void OnFileSystemBeingUnmounted() {
- }
-
protected:
virtual ~DriveFileSystemObserver() {}
};
« no previous file with comments | « chrome/browser/chromeos/drive/drive_file_system_interface.h ('k') | chrome/browser/chromeos/drive/drive_system_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698