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

Unified Diff: chrome/common/extensions/api/_permission_features.json

Issue 566863004: Enabling webview in app_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 6 years, 3 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/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 08857dcea66e88cc8b2ef53bc5ab5dfe9f6d0b35..e52a6b2e2a9dbb0913d60b2eb054855517250559 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -1057,19 +1057,5 @@
"webRequestBlocking": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
- },
- "webview": [{
- "channel": "stable",
- "extension_types": ["platform_app"]
- }, {
- // General support for webview in component extensions still in progress.
- // Only allowed for whitelisted extensions until all the caveats are
- // addressed. Tracked in crbug/285151.
- "channel": "stable",
- "extension_types": ["extension"],
- "location": "component",
- "whitelist": [
- "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
- ]
- }]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698