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

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

Issue 12585003: drive: Add showroot=true to WAPI feed URLs and ignore "no parent" entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_tests. Created 7 years, 9 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/test/data/chromeos/gdata/root_feed.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/gdata/uploaded_file.json
diff --git a/chrome/test/data/chromeos/gdata/uploaded_file.json b/chrome/test/data/chromeos/gdata/uploaded_file.json
index be2ee375d050113faef0ee318945a650c42f072a..9639148e0beb46ab7fc5bf069129b8abab8b0d25 100644
--- a/chrome/test/data/chromeos/gdata/uploaded_file.json
+++ b/chrome/test/data/chromeos/gdata/uploaded_file.json
@@ -79,7 +79,11 @@
"href": "https://file_edit_media",
"rel": "edit-media",
"type": "audio/mpeg"
- } ],
+ }, {
+ "href": "https://fake_server/fake_root",
+ "rel": "http://schemas.google.com/docs/2007#parent",
+ "type": "application/atom+xml"
+ } ],
"published": {
"$t": "2012-01-02T00:11:22.330Z"
},
« no previous file with comments | « chrome/test/data/chromeos/gdata/root_feed.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698