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

Unified Diff: extensions/common/api/_api_features.json

Issue 1004233002: Moved the contextmenu webview API to stable, and removed the experimental API infrastructure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 9 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
« no previous file with comments | « chrome/renderer/resources/renderer_resources.grd ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 300c9e8842e010cc300393025fc0d97e1338ca48..9907815f624083ad3ae106bbe48c7d262b8e34be 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -405,24 +405,6 @@
"contexts": ["webui"],
"matches": ["chrome://chrome-signin/*", "chrome://oobe/*"]
}],
- "webViewExperimentalInternal": [{
- "internal": true,
- "channel": "dev",
- "contexts": ["blessed_extension"],
- "dependencies": ["permission:webview"]
- },
- {
- "internal": true,
- "channel": "stable",
- "contexts": ["blessed_extension"],
- "dependencies": ["permission:webview"],
- "whitelist": [
- "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578",
- "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB",
- "1A26E32DE447A17CBE5E9750CDBA78F58539B39C",
- "59048028102D7B4C681DBC7BC6CD980C3DC66DA3"
- ]
- }],
"webViewInternal": [{
"internal": true,
"dependencies": ["permission:webview"],
« no previous file with comments | « chrome/renderer/resources/renderer_resources.grd ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698