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

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

Issue 125553004: Parse createUrl field of apps.list Drive API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/browser/chromeos/drive/drive_app_registry.cc ('k') | google_apis/drive/drive_api_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/drive/applist.json
diff --git a/chrome/test/data/drive/applist.json b/chrome/test/data/drive/applist.json
index 5614b4330d392fbd437fe9c89898b796429a7a0d..e29b183ddc76e510932a01c69be2bd656c2a68b6 100644
--- a/chrome/test/data/drive/applist.json
+++ b/chrome/test/data/drive/applist.json
@@ -13,6 +13,7 @@
"installed": true,
"authorized": false,
"productUrl": "https://chrome.google.com/webstore/detail/abcdefghabcdefghabcdefghabcdefgh",
+ "createUrl": "https://www.example.com/createForApp1",
"primaryMimeTypes": [
"application/vnd.google-apps.drive-sdk.123456788192"
],
@@ -67,6 +68,7 @@
"installed": true,
"authorized": false,
"productUrl": "https://chrome.google.com/webstore/detail/hgfedcbahgfedcbahgfedcbahgfedcba",
+ "createUrl": "https://www.example.com/createForApp2",
"primaryMimeTypes": [
"image/jpeg",
"image/png",
« no previous file with comments | « chrome/browser/chromeos/drive/drive_app_registry.cc ('k') | google_apis/drive/drive_api_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698