summaryrefslogtreecommitdiffstats
path: root/src/core/common/extensions/extensions_client_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/common/extensions/extensions_client_qt.h')
-rw-r--r--src/core/common/extensions/extensions_client_qt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/common/extensions/extensions_client_qt.h b/src/core/common/extensions/extensions_client_qt.h
index 32a752d95..b2d128bf9 100644
--- a/src/core/common/extensions/extensions_client_qt.h
+++ b/src/core/common/extensions/extensions_client_qt.h
@@ -72,7 +72,9 @@ 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;
+
+ const GURL &GetNewWebstoreBaseURL() 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