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

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

Issue 2184833002: Revert "Fix extension bindings injection for iframes" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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/bindings/external_message_listener/manifest.json
diff --git a/chrome/test/data/extensions/api_test/bindings/external_message_listener/manifest.json b/chrome/test/data/extensions/api_test/bindings/external_message_listener/manifest.json
deleted file mode 100644
index 032e576d956e70c6a182c63ce899017a807f619d..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/bindings/external_message_listener/manifest.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "External Message Listener (id mlmdejkkkhmhchpmepehbcncoalclded)",
- "version": "0.1",
- "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxvZCeDtPe+NIpnq7VtLOb/0bs+QlmF7cOvDzqgwniGEla8Z903Pq/oV8f649IQrvqfz+osvJxvqODzKiGU7a9g1cLu/fSVZXyhlGf7fCQjBYdPC7iFbFkTqSoeUOLCZzXYmxg/2t5WIWq8pLZgz043KjuzuS68pLRltHBRGeG+SWPu+cyfeNcFNPwlOjk6QCD/EUUG/QVeobACekF2/hh4TkRW5iU/vcJ+84aygr3r4hsvIoIEVMtlatHpzqAt/X01zsXJ5d9jH5DI5wnjUVPJKpA31QLkKu0Rq3s/79eTEEiZqSAFFA/1mMPs90u5iUyiYx3U5vNml/P+r6b31f0QIDAQAB",
- "manifest_version": 2,
- "permissions": ["tabs"],
- "background": {
- "persistent": true,
- "scripts": ["background.js"]
- }
-}

Powered by Google App Engine
This is Rietveld 408576698