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

Unified Diff: chrome/browser/google_apis/drive_api_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/drive_api_requests.h
diff --git a/chrome/browser/google_apis/drive_api_requests.h b/chrome/browser/google_apis/drive_api_requests.h
index f48513e4f68ffb5ac26df06cbe7ba948d3c186dd..f2420d78d6be46a1d541de86ea7fc0aa47711931 100644
--- a/chrome/browser/google_apis/drive_api_requests.h
+++ b/chrome/browser/google_apis/drive_api_requests.h
@@ -436,7 +436,6 @@ class InitiateUploadNewFileRequest : public InitiateUploadRequestBase {
RequestSender* runner,
net::URLRequestContextGetter* url_request_context_getter,
const DriveApiUrlGenerator& url_generator,
- const base::FilePath& drive_file_path,
const std::string& content_type,
int64 content_length,
const std::string& parent_resource_id,
@@ -475,7 +474,6 @@ class InitiateUploadExistingFileRequest
RequestSender* runner,
net::URLRequestContextGetter* url_request_context_getter,
const DriveApiUrlGenerator& url_generator,
- const base::FilePath& drive_file_path,
const std::string& content_type,
int64 content_length,
const std::string& resource_id,
@@ -512,7 +510,6 @@ class ResumeUploadRequest : public ResumeUploadRequestBase {
ResumeUploadRequest(
RequestSender* runner,
net::URLRequestContextGetter* url_request_context_getter,
- const base::FilePath& drive_file_path,
const GURL& upload_location,
int64 start_position,
int64 end_position,
@@ -549,7 +546,6 @@ class GetUploadStatusRequest : public GetUploadStatusRequestBase {
GetUploadStatusRequest(
RequestSender* runner,
net::URLRequestContextGetter* url_request_context_getter,
- const base::FilePath& drive_file_path,
const GURL& upload_url,
int64 content_length,
const UploadRangeCallback& callback);
« no previous file with comments | « chrome/browser/google_apis/base_requests_server_unittest.cc ('k') | chrome/browser/google_apis/drive_api_requests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698