| 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 0c61bce993e37f0aaca129bf64ac7d6f45130267..99bab6d001e1a459e1b79f19e43bde4e498c2fa0 100644
 | 
| --- a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
 | 
| +++ b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
 | 
| @@ -450,6 +450,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},
 | 
|         {}},
 | 
| 
 |