Index: chrome/test/data/extensions/manifest_tests/automation_interact_true.json |
diff --git a/chrome/test/data/extensions/manifest_tests/automation_interact_true.json b/chrome/test/data/extensions/manifest_tests/automation_interact_true.json |
index 49f23240b55c01d4bc7c1d7fa63ee1513dd0145f..df92332fcac7e365a1add9b6f4940dcca89cb789 100644 |
--- a/chrome/test/data/extensions/manifest_tests/automation_interact_true.json |
+++ b/chrome/test/data/extensions/manifest_tests/automation_interact_true.json |
@@ -2,6 +2,9 @@ |
"name": "unit_tests --gtest_filter=AutomationManifestTest.InteractTrue", |
"version": "1", |
"manifest_version": 2, |
+ "permissions": [ |
+ "http://www.google.com/" |
+ ], |
"automation": { |
"interact": true |
} |