Index: chrome/test/data/extensions/manifest_tests/automation_all_hosts_interact_true.json |
diff --git a/chrome/test/data/extensions/manifest_tests/automation_all_hosts_interact_true.json b/chrome/test/data/extensions/manifest_tests/automation_all_hosts_interact_true.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8237dbb6cdbd1a5ae929e5089aadf3f0aa196402 |
--- /dev/null |
+++ b/chrome/test/data/extensions/manifest_tests/automation_all_hosts_interact_true.json |
@@ -0,0 +1,9 @@ |
+{ |
+ "name": "unit_tests --gtest_filter=AutomationManifestTest.AllHostsInteractTrue", |
+ "version": "1", |
+ "manifest_version": 2, |
+ "automation": { |
+ "interact": true, |
+ "matches": [ "<all_urls>" ] |
+ } |
+} |