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

Unified Diff: components/drive/service/drive_api_service.h

Issue 1965963003: Use new API to download blobs from Google Drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: components/drive/service/drive_api_service.h
diff --git a/components/drive/service/drive_api_service.h b/components/drive/service/drive_api_service.h
index be55adb98841c8d82104fd4d3732375d49833c50..09e4390355f626183687365fb0be8b573a1688b1 100644
--- a/components/drive/service/drive_api_service.h
+++ b/components/drive/service/drive_api_service.h
@@ -94,8 +94,6 @@ class DriveAPIService : public DriveServiceInterface,
// |url_request_context_getter| is used to initialize URLFetcher.
// |blocking_task_runner| is used to run blocking tasks (like parsing JSON).
// |base_url| is used to generate URLs for communication with the drive API.
- // |base_download_url| is used to generate URLs for downloading file from the
- // drive API.
// |base_thumbnail_url| is used to generate URLs for downloading thumbnail
// from image server.
// |custom_user_agent| will be used for the User-Agent header in HTTP
@@ -105,7 +103,6 @@ class DriveAPIService : public DriveServiceInterface,
net::URLRequestContextGetter* url_request_context_getter,
base::SequencedTaskRunner* blocking_task_runner,
const GURL& base_url,
- const GURL& base_download_url,
const GURL& base_thumbnail_url,
const std::string& custom_user_agent);
~DriveAPIService() override;
« no previous file with comments | « chrome/browser/sync_file_system/drive_backend/sync_engine.cc ('k') | components/drive/service/drive_api_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698