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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/write_file/manifest.json

Issue 1030133002: Move the check for fileBrowserHandler permission to FileBrowserHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test for OS != OS_CHROMEOS. Created 5 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/extensions/api_test/file_system_provider/write_file/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/write_file/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/write_file/manifest.json
index 693a7210c513f345cd6126622bd1a0fbc1b848ee..397e2dd7329a4bb56c4039dd9b841519d2b306ad 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/write_file/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/write_file/manifest.json
@@ -11,8 +11,7 @@
{
"fileSystem": ["requestFileSystem", "write"]
},
- "fileManagerPrivate",
- "fileBrowserHandler"
+ "fileManagerPrivate"
],
"app": {
"background": {

Powered by Google App Engine
This is Rietveld 408576698