| 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 285668db23ee98a144bd6fc2917ec4c1ecd54308..94cbbc68c5d0d3198b0fa5264e43149c83ba01cb 100644
|
| --- a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
|
| +++ b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
|
| @@ -378,6 +378,12 @@ ChromePermissionMessageRule::GetAllRules() {
|
| {APIPermission::kHostReadOnly},
|
| {}},
|
|
|
| + // New tab page permission is fairly highly used so rank it quite highly.
|
| + // Nothing should subsume it.
|
| + {IDS_EXTENSION_PROMPT_WARNING_NEW_TAB_PAGE_OVERRIDE,
|
| + {APIPermission::kNewTabPageOverride},
|
| + {}},
|
| +
|
| // History-related permission messages.
|
| // History already allows reading favicons, tab access and accessing the
|
| // list of most frequently visited sites.
|
|
|