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

Unified Diff: chrome/test/data/extensions/api_test/active_tab/manifest.json

Issue 890083002: [Extensions] Propagate activeTab hosts to extension background pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months 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/api_test/active_tab/manifest.json
diff --git a/chrome/test/data/extensions/api_test/active_tab/manifest.json b/chrome/test/data/extensions/api_test/active_tab/manifest.json
index f3638e2e8024e841a07723d03d4c85e9660b81d3..7c7ec344bc85be9b82bfa63563a27f93bdb8bc8a 100644
--- a/chrome/test/data/extensions/api_test/active_tab/manifest.json
+++ b/chrome/test/data/extensions/api_test/active_tab/manifest.json
@@ -18,5 +18,7 @@
"automation": true,
- "manifest_version": 2
+ "manifest_version": 2,
+
+ "web_accessible_resources": [ "iframe.html" ]
}
« no previous file with comments | « chrome/test/data/extensions/api_test/active_tab/iframe.js ('k') | extensions/browser/extension_web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698