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

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

Issue 30833003: Add code to load Hangout Services as a component extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head for tryjobs. Created 7 years, 2 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/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 0410542e1ad82ab959cf9a92651c754d9012bb61..15c855a63351238d59395a12350c36a8711117ef 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -239,7 +239,11 @@
{
"channel": "stable",
"extension_types": ["extension", "platform_app"],
- "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"]
+ "whitelist": [
+ "80B9DC58E5210749F052F5B4DB239C50CF72AEB6",
+ // Hangout Services component extension.
+ "nkeimhogjdpnpccoofpliimaahmaaome"
+ ]
}
],
"dns": [
@@ -792,13 +796,20 @@
"extension_types": ["extension"],
"whitelist": [
"80B9DC58E5210749F052F5B4DB239C50CF72AEB6",
- "knldjmfmopnpolahpmmgbagdohdnhkik" // Extension used for API test.
+ // Hangout Services component extension.
+ "nkeimhogjdpnpccoofpliimaahmaaome",
+ // Extension used for API test.
+ "knldjmfmopnpolahpmmgbagdohdnhkik"
]
},
"webrtcLoggingPrivate": {
"channel": "stable",
"extension_types": ["extension"],
- "whitelist": ["80B9DC58E5210749F052F5B4DB239C50CF72AEB6"]
+ "whitelist": [
+ "80B9DC58E5210749F052F5B4DB239C50CF72AEB6",
+ // Hangout Services component extension.
+ "nkeimhogjdpnpccoofpliimaahmaaome"
+ ]
},
"webstorePrivate": {
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698