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

Unified Diff: chrome/browser/drive/gdata_wapi_service.cc

Issue 17415007: Get rid of RequestRegistry (part 3): remove Drive path from request objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 6 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/drive/drive_api_service.cc ('k') | chrome/browser/google_apis/base_requests.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/drive/gdata_wapi_service.cc
diff --git a/chrome/browser/drive/gdata_wapi_service.cc b/chrome/browser/drive/gdata_wapi_service.cc
index 8c8209c1b6bfdf7ffb3979c97b96ebfd4c0200e5..1bf26ed1c5198ee123cb8e1ae3ca4a423251502b 100644
--- a/chrome/browser/drive/gdata_wapi_service.cc
+++ b/chrome/browser/drive/gdata_wapi_service.cc
@@ -324,7 +324,6 @@ CancelCallback GDataWapiService::DownloadFile(
get_content_callback,
progress_callback,
download_url,
- virtual_path,
local_cache_path));
}
@@ -476,7 +475,6 @@ CancelCallback GDataWapiService::InitiateUploadNewFile(
url_request_context_getter_,
url_generator_,
callback,
- drive_file_path,
content_type,
content_length,
parent_resource_id,
@@ -499,7 +497,6 @@ CancelCallback GDataWapiService::InitiateUploadExistingFile(
url_request_context_getter_,
url_generator_,
callback,
- drive_file_path,
content_type,
content_length,
resource_id,
@@ -524,7 +521,6 @@ CancelCallback GDataWapiService::ResumeUpload(
url_request_context_getter_,
callback,
progress_callback,
- drive_file_path,
upload_url,
start_position,
end_position,
@@ -545,7 +541,6 @@ CancelCallback GDataWapiService::GetUploadStatus(
new GetUploadStatusRequest(sender_.get(),
url_request_context_getter_,
callback,
- drive_file_path,
upload_url,
content_length));
}
« no previous file with comments | « chrome/browser/drive/drive_api_service.cc ('k') | chrome/browser/google_apis/base_requests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698