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

Side by Side Diff: chrome/browser/google_apis/dummy_drive_service.cc

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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/google_apis/dummy_drive_service.h" 5 #include "chrome/browser/google_apis/dummy_drive_service.h"
6 6
7 namespace google_apis { 7 namespace google_apis {
8 8
9 DummyDriveService::DummyDriveService() {} 9 DummyDriveService::DummyDriveService() {}
10 10
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 const std::string& directory_name, 92 const std::string& directory_name,
93 const GetResourceEntryCallback& callback) {} 93 const GetResourceEntryCallback& callback) {}
94 94
95 void DummyDriveService::InitiateUpload(const InitiateUploadParams& params, 95 void DummyDriveService::InitiateUpload(const InitiateUploadParams& params,
96 const InitiateUploadCallback& callback) { 96 const InitiateUploadCallback& callback) {
97 } 97 }
98 98
99 void DummyDriveService::ResumeUpload(const ResumeUploadParams& params, 99 void DummyDriveService::ResumeUpload(const ResumeUploadParams& params,
100 const ResumeUploadCallback& callback) {} 100 const ResumeUploadCallback& callback) {}
101 101
102 void DummyDriveService::GetUploadState(const UploadMode upload_mode,
103 const FilePath& drive_file_path,
104 const GURL& upload_url,
105 int64 content_length,
106 const ResumeUploadCallback& callback) {}
107
102 void DummyDriveService::AuthorizeApp(const GURL& edit_url, 108 void DummyDriveService::AuthorizeApp(const GURL& edit_url,
103 const std::string& app_id, 109 const std::string& app_id,
104 const AuthorizeAppCallback& callback) {} 110 const AuthorizeAppCallback& callback) {}
105 111
106 } // namespace google_apis 112 } // namespace google_apis
OLDNEW
« no previous file with comments | « chrome/browser/google_apis/dummy_drive_service.h ('k') | chrome/browser/google_apis/fake_drive_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698