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

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

Issue 541753004: Split web_view_internal_api and move part of it to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/chrome_web_view_internal.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 06cdddcb92c910f51d036154b27ecfbd7a7776f9..28f1222004bddd547f4d865b3b5dc38df6a9a7ab 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -209,6 +209,11 @@
"dependencies": ["permission:chromeosInfoPrivate"],
"contexts": ["blessed_extension"]
},
+ "chromeWebViewInternal": {
+ "internal": true,
+ "dependencies": ["permission:webview"],
+ "contexts": ["blessed_extension"]
+ },
"cloudPrintPrivate": {
"dependencies": ["permission:cloudPrintPrivate"],
"contexts": ["blessed_extension"]
@@ -788,35 +793,6 @@
// given the blessed_extension denomination. Confusing.
"contexts": ["blessed_extension"]
},
- "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"],
- "contexts": ["blessed_extension"]
- }, {
- // Component extensions can use the webViewInternal API from iframes.
- "location": "component",
- "internal": true,
- "dependencies": ["permission:webview"],
- "contexts": ["unblessed_extension"]
- }],
"webViewRequest": [{
"dependencies": ["permission:webview"],
"contexts": ["blessed_extension"]
@@ -826,13 +802,13 @@
"dependencies": ["permission:webview"],
"contexts": ["unblessed_extension"]
}],
+ "windows": {
Ken Rockot(use gerrit already) 2014/09/09 23:20:07 I don't think this should have moved?
+ "dependencies": ["api:tabs"],
+ "contexts": ["blessed_extension"]
+ },
"webviewTag": {
"channel": "stable",
"dependencies": ["permission:webview"],
"contexts": ["blessed_extension"]
- },
- "windows": {
- "dependencies": ["api:tabs"],
- "contexts": ["blessed_extension"]
}
}
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/chrome_web_view_internal.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698