| Index: chrome/common/extensions/permissions/chrome_permission_message_rules.cc
|
| diff --git a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
|
| index cab50dcedd2eef73bb1f7736a93b9679c31cc708..8cfe9e71b396e835d3951cef44a0506097936a5f 100644
|
| --- a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
|
| +++ b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
|
| @@ -454,6 +454,9 @@ ChromePermissionMessageRule::GetAllRules() {
|
| {IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT,
|
| {APIPermission::kManagement},
|
| {}},
|
| + {IDS_EXTENSION_PROMPT_WARNING_MDNS,
|
| + {APIPermission::kMDns},
|
| + {}},
|
| {IDS_EXTENSION_PROMPT_WARNING_NATIVE_MESSAGING,
|
| {APIPermission::kNativeMessaging},
|
| {}},
|
|
|