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

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

Issue 758073010: [Merge] Fix appViewGuestInternal error in background pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2214
Patch Set: Created 6 years 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 | « no previous file | no next file » | 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 262bae253783385d1f0775c44987e48d543c7dee..52ac29c7e7e4b5f4437f7d447bcf2d8a5f8e9b9d 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -76,9 +76,12 @@
"contexts": ["blessed_extension"],
"dependencies": ["permission:appview"]
},
+ // Note that exposing this doesn't necessarily expose AppView,
+ // appViewEmbedderInternal is required for that.
+ // See http://crbug.com/437891.
"appViewGuestInternal": {
"internal": true,
- "channel": "dev",
+ "channel": "stable",
"contexts": ["blessed_extension"]
},
"bluetooth": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698