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

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

Issue 377553003: Create a ManifestPermission implementation for Automation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Revert changes to automation_apitest.cc 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.Matches", 2 "name": "unit_tests --gtest_filter=AutomationManifestTest.Matches",
3 "version": "1", 3 "version": "1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "permissions": [
6 "http://www.google.com/"
7 ],
5 "automation": { 8 "automation": {
6 "matches": [ "http://www.google.com/", 9 "matches": [ "http://www.twitter.com/" ]
7 "http://www.twitter.com/",
8 "www.badpattern.com" ]
9 } 10 }
10 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698