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

Unified Diff: chrome/browser/chromeos/drive/fake_drive_file_system.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/fake_drive_file_system.h
diff --git a/chrome/browser/chromeos/drive/fake_drive_file_system.h b/chrome/browser/chromeos/drive/fake_drive_file_system.h
index 254d9532d15d5e688adc1951f9cb3b76ea31e1c2..1a837829c86e1552938539a7008dd42bdb9c5568 100644
--- a/chrome/browser/chromeos/drive/fake_drive_file_system.h
+++ b/chrome/browser/chromeos/drive/fake_drive_file_system.h
@@ -45,8 +45,6 @@ class FakeDriveFileSystem : public DriveFileSystemInterface {
virtual void Initialize() OVERRIDE;
virtual void AddObserver(DriveFileSystemObserver* observer) OVERRIDE;
virtual void RemoveObserver(DriveFileSystemObserver* observer) OVERRIDE;
- virtual void NotifyFileSystemMounted() OVERRIDE;
- virtual void NotifyFileSystemToBeUnmounted() OVERRIDE;
virtual void CheckForUpdates() OVERRIDE;
virtual void GetEntryInfoByResourceId(
const std::string& resource_id,
« no previous file with comments | « chrome/browser/chromeos/drive/drive_system_service.cc ('k') | chrome/browser/chromeos/drive/fake_drive_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698