From fae023b184f6c044e85f4ca6052c306d519e2e85 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 16 May 2022 18:34:48 +0200 Subject: Adaptations for Chromium 100 Pick-to: 6.4 Change-Id: I217c87657f544a2e868de7291353ff1143e20902 Reviewed-by: Allan Sandfeld Jensen --- src/core/common/extensions/extensions_client_qt.cpp | 2 +- src/core/common/extensions/extensions_client_qt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/common/extensions') diff --git a/src/core/common/extensions/extensions_client_qt.cpp b/src/core/common/extensions/extensions_client_qt.cpp index f621bfb8a..30d1836ca 100644 --- a/src/core/common/extensions/extensions_client_qt.cpp +++ b/src/core/common/extensions/extensions_client_qt.cpp @@ -117,7 +117,7 @@ const GURL &ExtensionsClientQt::GetWebstoreUpdateURL() const // Returns a flag indicating whether or not a given URL is a valid // extension blacklist URL. -bool ExtensionsClientQt::IsBlacklistUpdateURL(const GURL &url) const +bool ExtensionsClientQt::IsBlocklistUpdateURL(const GURL &url) const { return true; } diff --git a/src/core/common/extensions/extensions_client_qt.h b/src/core/common/extensions/extensions_client_qt.h index 32a752d95..b0069db22 100644 --- a/src/core/common/extensions/extensions_client_qt.h +++ b/src/core/common/extensions/extensions_client_qt.h @@ -72,7 +72,7 @@ public: // Returns a flag indicating whether or not a given URL is a valid // extension blacklist URL. - bool IsBlacklistUpdateURL(const GURL &url) const override; + bool IsBlocklistUpdateURL(const GURL &url) const override; // Returns the set of file paths corresponding to any images within an // extension's contents that may be displayed directly within the browser UI -- cgit v1.2.3