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

Unified Diff: ui/file_manager/integration_tests/gallery_test_manifest.json

Issue 942393002: Add a simple way of performing step by step tests for testers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename the flag. Created 5 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: ui/file_manager/integration_tests/gallery_test_manifest.json
diff --git a/ui/file_manager/integration_tests/gallery_test_manifest.json b/ui/file_manager/integration_tests/gallery_test_manifest.json
index 6b41f5d7d20be147daeb3caff90ef5a81e59f970..dcd23c70a807e3f9e1826b049232bca7b48327a8 100644
--- a/ui/file_manager/integration_tests/gallery_test_manifest.json
+++ b/ui/file_manager/integration_tests/gallery_test_manifest.json
@@ -6,5 +6,6 @@
"manifest_version": 2,
"web_accessible_resources": ["*"],
"background": {"scripts": ["gallery/background.js"]},
- "incognito" : "split"
+ "incognito" : "split",
+ "permissions": ["commandLinePrivate"]
}
« no previous file with comments | « ui/file_manager/integration_tests/file_manager_test_manifest.json ('k') | ui/file_manager/integration_tests/remote_call.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698