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

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

Issue 12258021: Fix filesystem API file_handlers to work for drive on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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/remote_file_system_apitest_root_feed.json
diff --git a/chrome/test/data/chromeos/gdata/remote_file_system_apitest_root_feed.json b/chrome/test/data/chromeos/gdata/remote_file_system_apitest_root_feed.json
index 5a7b0537b4272a8da74f1c80cabce1cc0c9ce43e..9a4bbd575fa9df6f30e5abbb744e71a7ae2d3bf8 100644
--- a/chrome/test/data/chromeos/gdata/remote_file_system_apitest_root_feed.json
+++ b/chrome/test/data/chromeos/gdata/remote_file_system_apitest_root_feed.json
@@ -278,7 +278,7 @@
} ],
"content": {
"src": "https://xxx/content/file:1_file_resource_id",
- "type": "test/ro"
+ "type": "application/vnd.mozilla.xul+xml"
},
"docs$filename": {
"$t": "test_file.xul"
@@ -370,7 +370,7 @@
} ],
"content": {
"src": "https://xxx/content/file:2_file_resource_id/",
- "type": "test/rw"
+ "type": "image/tiff"
},
"docs$filename": {
"$t": "test_file.tiff"

Powered by Google App Engine
This is Rietveld 408576698