| 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 dffd650f40d991c498557f5d6429aa58537411d6..63104e0a960302fd586161d698656a882d775e37 100644
|
| --- a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
|
| +++ b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
|
| @@ -478,6 +478,10 @@ ChromePermissionMessageRule::GetAllRules() {
|
| {IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES,
|
| {APIPermission::kU2fDevices},
|
| {}},
|
| + // Notifications.
|
| + {IDS_EXTENSION_PROMPT_WARNING_NOTIFICATIONS,
|
| + {APIPermission::kNotifications},
|
| + {}},
|
|
|
| // Accessibility features.
|
| {IDS_EXTENSION_PROMPT_WARNING_ACCESSIBILITY_FEATURES_READ_MODIFY,
|
|
|