From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/components/permissions/permission_request_manager.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chromium/components/permissions/permission_request_manager.h') 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 -- cgit v1.2.1