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

Unified Diff: chrome/browser/google_apis/mock_drive_service.h

Issue 14322009: Sync FileSystem: Add default mock expectation for MockDriveService::GetChangeList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/StrictMock/NiceMock/ 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
« no previous file with comments | « no previous file | chrome/browser/google_apis/mock_drive_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/mock_drive_service.h
diff --git a/chrome/browser/google_apis/mock_drive_service.h b/chrome/browser/google_apis/mock_drive_service.h
index 8d3bf0fafd2e27f70c8d3398407a413033e81a51..9febf3d7fcbf0afc7e34dfc56552613ce76de9e4 100644
--- a/chrome/browser/google_apis/mock_drive_service.h
+++ b/chrome/browser/google_apis/mock_drive_service.h
@@ -143,6 +143,10 @@ class MockDriveService : public DriveServiceInterface {
// Helper stub methods for functions which take callbacks, so that
// the callbacks get called with testable results.
+ // Will call |callback| with HTTP_SUCCESS and a empty ResourceList.
+ void GetChangeListStub(int64 start_changestamp,
+ const GetResourceListCallback& callback);
+
// Will call |callback| with HTTP_SUCCESS and a StringValue with the current
// value of |account_metadata_|.
void GetAccountMetadataStub(const GetAccountMetadataCallback& callback);
« no previous file with comments | « no previous file | chrome/browser/google_apis/mock_drive_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698