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

Unified Diff: chrome/browser/google_apis/base_operations.cc

Issue 12207075: Split InitiateUpload method into two. (Closed) Base URL: http://git.chromium.org/chromium/src.git@b148632_extract_initiate_upload_operation_base
Patch Set: Rebase 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/base_operations.h ('k') | chrome/browser/google_apis/drive_api_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/base_operations.cc
diff --git a/chrome/browser/google_apis/base_operations.cc b/chrome/browser/google_apis/base_operations.cc
index af5c5440ae6eadcde3499346125c73bb48a11658..b9d842a5bccd1c08623f0e82a4dbf2ff68a9b073 100644
--- a/chrome/browser/google_apis/base_operations.cc
+++ b/chrome/browser/google_apis/base_operations.cc
@@ -374,26 +374,6 @@ void GetDataOperation::RunCallbackOnSuccess(GDataErrorCode fetch_error_code,
//========================= InitiateUploadOperationBase ========================
-InitiateUploadParams::InitiateUploadParams(
- UploadMode upload_mode,
- const std::string& title,
- const std::string& content_type,
- int64 content_length,
- const GURL& upload_location,
- const base::FilePath& drive_file_path,
- const std::string& etag)
- : upload_mode(upload_mode),
- title(title),
- content_type(content_type),
- content_length(content_length),
- upload_location(upload_location),
- drive_file_path(drive_file_path),
- etag(etag) {
-}
-
-InitiateUploadParams::~InitiateUploadParams() {
-}
-
InitiateUploadOperationBase::InitiateUploadOperationBase(
OperationRegistry* registry,
net::URLRequestContextGetter* url_request_context_getter,
« no previous file with comments | « chrome/browser/google_apis/base_operations.h ('k') | chrome/browser/google_apis/drive_api_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698