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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/legacy/content_script/manifest.json

Issue 78303005: ContentSettings API should not interact with <webview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small cleanup/refactor Created 7 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/platform_apps/web_view/legacy/content_script/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/legacy/content_script/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/legacy/content_script/manifest.json
deleted file mode 100644
index 730b7218ff12a921820be0fbd29df20d012bf394..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/platform_apps/web_view/legacy/content_script/manifest.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Legacy hosted app that force loads content scripts",
- "version": "1",
- "minimum_chrome_version": "23",
- "content_scripts": [
- {
- "matches": ["<all_urls>"],
- "all_frames": true,
- "js": [
- "content_script.js"
- ]
- }
- ],
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2yuXAQo4647ulQPGT+jVBVVoCcmXGARkQ94IVJQztqArywCXPAm/0lelg7nc/B7G3IgCfwVtA/UMMr1n85KPxbblRmSdF2Iuc3PGAM6b1z3vEbJO/8w5s1A2+3Kwfi6hacf9hIhfdDYWkxQdQAohdfSrTd2ILwNk0MTDR8L5sYQIDAQAB"
-}

Powered by Google App Engine
This is Rietveld 408576698