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

Unified Diff: chrome/test/data/chromeos/gdata/basic_feed.json

Issue 10546034: Adds parsing for the app_id field from an "open-with-" link (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added json test Created 8 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/browser/chromeos/gdata/gdata_parser_unittest.cc ('k') | chrome/test/data/chromeos/gdata/entry.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/gdata/basic_feed.json
diff --git a/chrome/test/data/chromeos/gdata/basic_feed.json b/chrome/test/data/chromeos/gdata/basic_feed.json
index 1a5474d4a64b52dbd1a26f35e23e3f1151db1ffa..2b9224b9d748830babbb82ba1bb2145f6ab3f365 100644
--- a/chrome/test/data/chromeos/gdata/basic_feed.json
+++ b/chrome/test/data/chromeos/gdata/basic_feed.json
@@ -84,7 +84,7 @@
"href": "https://1_edit_link",
"rel": "edit",
"type": "application/atom+xml"
- } ],
+ } ],
"published": {
"$t": "2010-11-07T05:03:54.719Z"
},
@@ -178,6 +178,14 @@
"href": "https://file_edit_media",
"rel": "edit-media",
"type": "audio/mpeg"
+ }, {
+ "href": "https://xml_file_entry_open_with_link/",
+ "rel": "http://schemas.google.com/docs/2007#open-with-the_app_id",
+ "type": "application/atom+xml"
+ }, {
+ "href": "https://xml_file_fake_entry_open_with_link/",
+ "rel": "http://schemas.google.com/docs/2007#oh-no-not-open-with-the_app_id",
+ "type": "application/atom+xml"
} ],
"published": {
"$t": "2011-12-14T00:40:47.330Z"
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_parser_unittest.cc ('k') | chrome/test/data/chromeos/gdata/entry.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698