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

Side by Side Diff: chrome/test/data/extensions/manifest_tests/automation_boolean_true.json

Issue 377553003: Create a ManifestPermission implementation for Automation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: More review comments Created 6 years, 5 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "unit_tests --gtest_filter=AutomationManifestTest.AsBooleanTrue", 2 "name": "unit_tests --gtest_filter=AutomationManifestTest.AsBooleanTrue",
3 "version": "1", 3 "version": "1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "permissions": [
6 "http://www.google.com/"
7 ],
5 "automation": true 8 "automation": true
6 } 9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698