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

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

Issue 299753011: Move allocate instance id to chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from fady Created 6 years, 7 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 22af2c487b9a8f73c85543d957ee0a645180a032..56470aa7cee64217eb220c7e868975206da1fb5a 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -437,6 +437,11 @@
"dependencies": ["permission:gcm"],
"contexts": ["blessed_extension"]
},
+ "guestview": {
+ "internal": true,
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension"]
+ },
"hangoutsPrivate": {
"channel": "stable",
"contexts": ["blessed_extension"],

Powered by Google App Engine
This is Rietveld 408576698