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

Unified Diff: chrome/browser/chromeos/drive/mock_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/mock_drive_file_system.h
diff --git a/chrome/browser/chromeos/drive/mock_drive_file_system.h b/chrome/browser/chromeos/drive/mock_drive_file_system.h
index 81133998236f28e996f5986cad48d9b75ff118eb..9b0e81fd4f3ae5df1ebb15bfbad032b0bf88472c 100644
--- a/chrome/browser/chromeos/drive/mock_drive_file_system.h
+++ b/chrome/browser/chromeos/drive/mock_drive_file_system.h
@@ -25,8 +25,6 @@ class MockDriveFileSystem : public DriveFileSystemInterface {
MOCK_METHOD1(AddObserver, void(DriveFileSystemObserver* observer));
MOCK_METHOD1(RemoveObserver,
void(DriveFileSystemObserver* observer));
- MOCK_METHOD0(NotifyFileSystemMounted, void());
- MOCK_METHOD0(NotifyFileSystemToBeUnmounted, void());
MOCK_METHOD0(CheckForUpdates, void());
MOCK_METHOD2(GetEntryInfoByResourceId,
void(const std::string& resource_id,

Powered by Google App Engine
This is Rietveld 408576698