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