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

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

Issue 12218011: WIP: Implement 5xx Error handling. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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 | « chrome/browser/google_apis/gdata_wapi_service.cc ('k') | net/url_request/url_fetcher.h » ('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 61a2dc65f74834301d2614bb703a2041b273bd6b..82bfbe546e8d1431f578e1164cedc95e2b21eecd 100644
--- a/chrome/browser/google_apis/mock_drive_service.h
+++ b/chrome/browser/google_apis/mock_drive_service.h
@@ -87,6 +87,12 @@ class MockDriveService : public DriveServiceInterface {
MOCK_METHOD2(ResumeUpload,
void(const ResumeUploadParams& upload_file_info,
const ResumeUploadCallback& callback));
+ MOCK_METHOD5(GetUploadState,
+ void(const UploadMode upload_mode,
+ const FilePath& drive_file_path,
+ const GURL& upload_url,
+ int64 content_length,
+ const ResumeUploadCallback& callback));
MOCK_METHOD3(AuthorizeApp,
void(const GURL& edit_url,
const std::string& app_id,
« no previous file with comments | « chrome/browser/google_apis/gdata_wapi_service.cc ('k') | net/url_request/url_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698