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

Unified Diff: chrome/test/data/drive/applist_app_template.json

Issue 308003005: app_list: Drive app integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/drive/applist_empty.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/drive/applist_app_template.json
diff --git a/chrome/test/data/drive/applist_app_template.json b/chrome/test/data/drive/applist_app_template.json
new file mode 100644
index 0000000000000000000000000000000000000000..3ce970b4b65ccb57d99e571b2bbcecb88cbca85f
--- /dev/null
+++ b/chrome/test/data/drive/applist_app_template.json
@@ -0,0 +1,36 @@
+{
+ "kind": "drive#app",
+ "id": "$AppId",
+ "name": "$AppName",
+ "objectType": "",
+ "supportsCreate": false,
+ "supportsImport": false,
+ "installed": true,
+ "authorized": false,
+ "removable": false,
+ "productUrl": "https://chrome.google.com/webstore/detail/$ProductId",
+ "productId": "$ProductId",
+ "createUrl": "$CreateUrl",
+ "primaryMimeTypes": [
+ "image/jpeg",
+ "image/png",
+ "application/vnd.google-apps.drive-sdk.876543210000"
+ ],
+ "icons": [
+ {
+ "category": "application",
+ "size": 10,
+ "iconUrl": "http://www.example.com/10.png"
+ },
+ {
+ "category": "document",
+ "size": 10,
+ "iconUrl": "http://www.example.com/d10.png"
+ },
+ {
+ "category": "documentShared",
+ "size": 10,
+ "iconUrl": "http://www.example.com/ds10.png"
+ }
+ ]
+}
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/drive/applist_empty.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698