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

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

Issue 1413853005: Track all extension frames in ProcessManager, inspect extensionoptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup + remove DCHECK Created 5 years 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/messaging/connect_nobackground/manifest.json
diff --git a/chrome/test/data/extensions/api_test/messaging/connect_nobackground/manifest.json b/chrome/test/data/extensions/api_test/messaging/connect_nobackground/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..55df682986b29ae0da78cc128d495198666aa376
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/messaging/connect_nobackground/manifest.json
@@ -0,0 +1,10 @@
+{
+ "name": "connect_nobackground",
+ "version": "1.0",
+ "manifest_version": 2,
+ "description": "Tests that a content script can notify an extension in a tab.",
+ "content_scripts": [{
+ "matches": ["*://*/*?will_test_connect_and_sendMessage"],
+ "js": ["contentscript.js"]
+ }]
+}

Powered by Google App Engine
This is Rietveld 408576698