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

Unified Diff: chrome/test/data/extensions/api_test/file_system/get_writable_root_entry/manifest.json

Issue 139543005: Reject filesystem root entries as args for chrome.fileSystem functions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
Index: chrome/test/data/extensions/api_test/file_system/get_writable_root_entry/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system/get_writable_file_entry/manifest.json b/chrome/test/data/extensions/api_test/file_system/get_writable_root_entry/manifest.json
similarity index 89%
copy from chrome/test/data/extensions/api_test/file_system/get_writable_file_entry/manifest.json
copy to chrome/test/data/extensions/api_test/file_system/get_writable_root_entry/manifest.json
index 283fcf8f231797bcafaafc83b763460bcce02bcc..2ebd00938101e48dc3f25f6577d828dc60e0c6b9 100644
--- a/chrome/test/data/extensions/api_test/file_system/get_writable_file_entry/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system/get_writable_root_entry/manifest.json
@@ -9,7 +9,7 @@
},
"permissions": [
{
- "fileSystem": []
+ "fileSystem": ["write"]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698