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

Unified Diff: chrome/test/data/chromeos/gdata/delta_file_added_in_new_directory.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
Index: chrome/test/data/chromeos/gdata/delta_file_added_in_new_directory.json
diff --git a/chrome/test/data/chromeos/gdata/delta_file_added_in_new_directory.json b/chrome/test/data/chromeos/gdata/delta_file_added_in_new_directory.json
index 86b6938ed3701a27942abf9cd4c24e0a8b60ec66..90760558f83fc7a333b5055ce8fc2dc0892f2fcb 100644
--- a/chrome/test/data/chromeos/gdata/delta_file_added_in_new_directory.json
+++ b/chrome/test/data/chromeos/gdata/delta_file_added_in_new_directory.json
@@ -193,6 +193,10 @@
"href": "https://new_dir_self_link/folder:new_folder_resource_id",
"rel": "edit",
"type": "application/atom+xml"
+ }, {
+ "href": "https://fake_server/fake_root",
+ "rel": "http://schemas.google.com/docs/2007#parent",
+ "type": "application/atom+xml"
} ],
"published": {
"$t": "2010-11-07T05:03:54.719Z"

Powered by Google App Engine
This is Rietveld 408576698