| 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",
|
|
|