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

Unified Diff: chrome/browser/chromeos/gdata/mock_gdata_documents_service.h

Issue 10693109: Use Drive v2 API: enable behind --enable-drive-api flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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/gdata/mock_gdata_documents_service.h
diff --git a/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h b/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
index 95419ec011d6e717b74cb509b6fe20a94ca55710..178bc485e29ef58301c2bec661a8445bf1d0d5a8 100644
--- a/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
+++ b/chrome/browser/chromeos/gdata/mock_gdata_documents_service.h
@@ -27,7 +27,7 @@ class MockDocumentsService : public DocumentsServiceInterface {
virtual ~MockDocumentsService();
// DocumentServiceInterface overrides.
- MOCK_METHOD1(Initialize, void(Profile* profile));
+ MOCK_METHOD2(Initialize, void(Profile* profile, bool use_drive_api));
MOCK_CONST_METHOD0(operation_registry, GDataOperationRegistry*());
MOCK_METHOD0(CancelAll, void(void));
MOCK_METHOD1(Authenticate, void(const AuthStatusCallback& callback));

Powered by Google App Engine
This is Rietveld 408576698