Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/automation_boolean_true.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/automation_boolean_true.json b/chrome/test/data/extensions/manifest_tests/automation_boolean_true.json |
| index 3885688d43860e6b7dfb41d81547b7969a2ae7f6..ae6ad650336301494b980055a6ade4f204e3f3ea 100644 |
| --- a/chrome/test/data/extensions/manifest_tests/automation_boolean_true.json |
| +++ b/chrome/test/data/extensions/manifest_tests/automation_boolean_true.json |
| @@ -2,5 +2,8 @@ |
| "name": "unit_tests --gtest_filter=AutomationManifestTest.AsBooleanTrue", |
| "version": "1", |
| "manifest_version": 2, |
| + "permissions": [ |
| + "http://www.google.com/" |
| + ], |
| "automation": true |
| } |