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

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: again Created 6 years, 4 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 d03130d5abc651f400fa2fc7c39de25d9110dede..adb5403962b75fd7e2feb4f6b491feedfe7e874c 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