Index: chrome/test/data/extensions/manifest_tests/automation_matches_and_permissions.json |
diff --git a/chrome/test/data/extensions/manifest_tests/automation_matches.json b/chrome/test/data/extensions/manifest_tests/automation_matches_and_permissions.json |
similarity index 52% |
copy from chrome/test/data/extensions/manifest_tests/automation_matches.json |
copy to chrome/test/data/extensions/manifest_tests/automation_matches_and_permissions.json |
index e2e91a030027deb2ddb6706ef60c9d38f5a96967..eba5616ddb646bba09bce27b23c9bcb6eb7fa32e 100644 |
--- a/chrome/test/data/extensions/manifest_tests/automation_matches.json |
+++ b/chrome/test/data/extensions/manifest_tests/automation_matches_and_permissions.json |
@@ -2,9 +2,10 @@ |
"name": "unit_tests --gtest_filter=AutomationManifestTest.Matches", |
"version": "1", |
"manifest_version": 2, |
+ "permissions": [ |
+ "http://www.google.com/" |
+ ], |
"automation": { |
- "matches": [ "http://www.google.com/", |
- "http://www.twitter.com/", |
- "www.badpattern.com" ] |
+ "matches": [ "http://www.twitter.com/" ] |
} |
} |