| 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:
|
|
|