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 186226cb838b6617da93d6ee6e83f47c0b3aaeb8..62ed84c13d745ad1f30d85ef803aa7157be9db68 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"] |
}, |
+ "guestViewInternal": { |
+ "internal": true, |
+ "channel": "stable", |
+ "contexts": ["blessed_extension", "unblessed_extension"] |
+ }, |
"hangoutsPrivate": { |
"channel": "stable", |
"contexts": ["blessed_extension"], |