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

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

Issue 22909041: Refactor GetAboutRequest and GetApplistRequest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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_url_generator.h
diff --git a/chrome/browser/google_apis/drive_api_url_generator.h b/chrome/browser/google_apis/drive_api_url_generator.h
index f121969e908ead0e91eb95b4a85d6704c599b2cb..aa59ac75529fb1c8dbc9a8bda0d5252712714318 100644
--- a/chrome/browser/google_apis/drive_api_url_generator.h
+++ b/chrome/browser/google_apis/drive_api_url_generator.h
@@ -26,11 +26,11 @@ class DriveApiUrlGenerator {
// The base URL for the file download server for production.
static const char kBaseDownloadUrlForProduction[];
- // Returns a URL to fetch "about" data.
- GURL GetAboutUrl() const;
+ // Returns a URL to invoke "About: get" method.
+ GURL GetAboutGetUrl() const;
- // Returns a URL to fetch "applist" data.
- GURL GetApplistUrl() const;
+ // Returns a URL to invoke "Apps: list" method.
+ GURL GetAppsListUrl() const;
// Returns a URL to fetch a list of changes.
// include_deleted:
« no previous file with comments | « chrome/browser/google_apis/drive_api_requests_unittest.cc ('k') | chrome/browser/google_apis/drive_api_url_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698