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

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

Issue 15932010: drive: Rename DriveWebApp* to DriveApp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 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: chrome/browser/google_apis/drive_api_parser.h
diff --git a/chrome/browser/google_apis/drive_api_parser.h b/chrome/browser/google_apis/drive_api_parser.h
index b35516484cfca48b45082e063004c396e0030832..f8d001d5bb78ab12bbea748707100d02ef5d0220 100644
--- a/chrome/browser/google_apis/drive_api_parser.h
+++ b/chrome/browser/google_apis/drive_api_parser.h
@@ -98,14 +98,14 @@ class AboutResource {
};
// DriveAppIcon represents an icon for Drive Application.
-// https://developers.google.com/drive/v2/reference/apps/list
+// https://developers.google.com/drive/v2/reference/apps
class DriveAppIcon {
public:
enum IconCategory {
- UNKNOWN, // Uninitialized state
- DOCUMENT, // Document icon for various MIME types
- APPLICATION, // Application icon for various MIME types
- SHARED_DOCUMENT, // Icon for documents that are shared from other users.
+ UNKNOWN, // Uninitialized state.
+ DOCUMENT, // Icon for a file associated with the app.
+ APPLICATION, // Icon for the application.
+ SHARED_DOCUMENT, // Icon for a shared file associated with the app.
};
DriveAppIcon();
@@ -164,7 +164,7 @@ class DriveAppIcon {
};
// AppResource represents a Drive Application.
-// https://developers.google.com/drive/v2/reference/apps/list
+// https://developers.google.com/drive/v2/reference/apps
class AppResource {
public:
~AppResource();
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698