diff options
Diffstat (limited to 'chromium/components/permissions/permission_request_manager.h')
-rw-r--r-- | chromium/components/permissions/permission_request_manager.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/components/permissions/permission_request_manager.h b/chromium/components/permissions/permission_request_manager.h index 839990cd5b5..158214c0d22 100644 --- a/chromium/components/permissions/permission_request_manager.h +++ b/chromium/components/permissions/permission_request_manager.h @@ -36,6 +36,14 @@ extern const char kAbusiveNotificationRequestsEnforcementMessage[]; // the warning list for abusive permission request flows. extern const char kAbusiveNotificationRequestsWarningMessage[]; +// The message to be printed in the Developer Tools console when the site is on +// the blocking list for showing abusive notification content. +extern const char kAbusiveNotificationContentEnforcementMessage[]; + +// The message to be printed in the Developer Tools console when the site is on +// the warning list for showing abusive notification content. +extern const char kAbusiveNotificationContentWarningMessage[]; + // Provides access to permissions bubbles. Allows clients to add a request // callback interface to the existing permission bubble configuration. // Depending on the situation and policy, that may add new UI to an existing |