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

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

Issue 426593007: Refactor guest view availability to be API not permission based. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 4ab66016ae31414300884f285b680130471e2f8c..3fa57d9be0caff69a23e83d99d454e4ddace4286 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -59,8 +59,8 @@
},
"appViewInternal": {
"internal": true,
- "channel": "dev",
- "contexts": ["blessed_extension"]
+ "contexts": ["blessed_extension"],
+ "dependencies": ["permission:appview"]
},
"app.window": {
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698