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

Unified Diff: ui/file_manager/file_manager/manifest.json

Issue 331583003: Files.app: Add a test to open a file dialog box. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 6 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 | « ui/file_manager/file_manager/foreground/js/file_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/manifest.json
diff --git a/ui/file_manager/file_manager/manifest.json b/ui/file_manager/file_manager/manifest.json
index edba2c522b71d817923999022eb07c53d1c24770..024e31121e8336223f836049a6d0a1ea0de00488 100644
--- a/ui/file_manager/file_manager/manifest.json
+++ b/ui/file_manager/file_manager/manifest.json
@@ -16,30 +16,30 @@
"256": "common/images/icon256.png"
},
"permissions": [
+ // Comment out chrome:// permissions to debug on a desktop browser.
+ "chrome://extension-icon/",
+ "chrome://resources/",
+ "chrome://theme/",
+ "clipboardRead",
+ "clipboardWrite",
+ "commandLinePrivate",
"contextMenus",
- "experimental",
"echoPrivate",
- "storage",
+ "experimental",
"fileBrowserHandler",
"fileBrowserPrivate",
"fullscreen",
- "mediaPlayerPrivate",
+ "https://*.googleusercontent.com/",
+ "https://docs.google.com/",
+ "https://drive.google.com/",
"mediaGalleriesPrivate",
+ "mediaPlayerPrivate",
"metricsPrivate",
"notifications",
- "commandLinePrivate",
- "unlimitedStorage",
- "webview",
- // Comment out chrome:// permissions to debug on a desktop browser.
- "chrome://extension-icon/",
- "chrome://resources/",
- "chrome://theme/",
- "clipboardWrite",
- "clipboardRead",
"power",
- "https://docs.google.com/",
- "https://*.googleusercontent.com/",
- "https://drive.google.com/"
+ "storage",
+ "unlimitedStorage",
+ "webview"
],
"file_browser_handlers": [
{
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698