Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9126)

Unified Diff: chrome/test/data/extensions/manifest_tests/automation_all_hosts_interact_true.json

Issue 410023002: Show read-only messages for non-interact non-desktop Automation extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>" ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698