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

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

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
Index: chrome/browser/google_apis/gdata_wapi_requests.h
diff --git a/chrome/browser/google_apis/gdata_wapi_requests.h b/chrome/browser/google_apis/gdata_wapi_requests.h
index 2c9d37c960c307debef3933b3f3aae2847e7df83..38c0de7d2bebd174ce265db033bb21fadaad2766 100644
--- a/chrome/browser/google_apis/gdata_wapi_requests.h
+++ b/chrome/browser/google_apis/gdata_wapi_requests.h
@@ -400,7 +400,6 @@ class InitiateUploadNewFileRequest : public InitiateUploadRequestBase {
net::URLRequestContextGetter* url_request_context_getter,
const GDataWapiUrlGenerator& url_generator,
const InitiateUploadCallback& callback,
- const base::FilePath& drive_file_path,
const std::string& content_type,
int64 content_length,
const std::string& parent_resource_id,
@@ -439,7 +438,6 @@ class InitiateUploadExistingFileRequest
net::URLRequestContextGetter* url_request_context_getter,
const GDataWapiUrlGenerator& url_generator,
const InitiateUploadCallback& callback,
- const base::FilePath& drive_file_path,
const std::string& content_type,
int64 content_length,
const std::string& resource_id,
@@ -474,7 +472,6 @@ class ResumeUploadRequest : public ResumeUploadRequestBase {
net::URLRequestContextGetter* url_request_context_getter,
const UploadRangeCallback& callback,
const ProgressCallback& progress_callback,
- const base::FilePath& drive_file_path,
const GURL& upload_location,
int64 start_position,
int64 end_position,
@@ -510,7 +507,6 @@ class GetUploadStatusRequest : public GetUploadStatusRequestBase {
RequestSender* runner,
net::URLRequestContextGetter* url_request_context_getter,
const UploadRangeCallback& callback,
- const base::FilePath& drive_file_path,
const GURL& upload_url,
int64 content_length);
virtual ~GetUploadStatusRequest();
« no previous file with comments | « chrome/browser/google_apis/drive_api_requests_unittest.cc ('k') | chrome/browser/google_apis/gdata_wapi_requests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698