summaryrefslogtreecommitdiffstats
path: root/extensions/test/test_extensions_client.h
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2014-09-18 12:31:52 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-18 19:32:14 +0000
commit9065985da2ce2a4f73150ac5eabab29c5d67505d (patch)
treea7e5407965a7b5e6905210344c2352ff2ce4adb5 /extensions/test/test_extensions_client.h
parentd4a62b87d28f0bda1c9453f02d9ea22fccaf700c (diff)
downloadchromium_src-9065985da2ce2a4f73150ac5eabab29c5d67505d.zip
chromium_src-9065985da2ce2a4f73150ac5eabab29c5d67505d.tar.gz
chromium_src-9065985da2ce2a4f73150ac5eabab29c5d67505d.tar.bz2
Move Webstore URL concepts to //extensions and out
of Chrome-specific "constants." These URLs can be overridden by extensions embedders now and are no longer incorrectly classified as "constants." BUG=398671 TBR=xiyuan@chromium.org,sky@chromium.org for various files with header updates Review URL: https://codereview.chromium.org/575113002 Cr-Commit-Position: refs/heads/master@{#295523}
Diffstat (limited to 'extensions/test/test_extensions_client.h')
-rw-r--r--extensions/test/test_extensions_client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/test/test_extensions_client.h b/extensions/test/test_extensions_client.h
index 6c6f7e5..1d1b8d6 100644
--- a/extensions/test/test_extensions_client.h
+++ b/extensions/test/test_extensions_client.h
@@ -41,6 +41,9 @@ class TestExtensionsClient : public ExtensionsClient {
const std::string& name) const OVERRIDE;
virtual void RegisterAPISchemaResources(ExtensionAPI* api) const OVERRIDE;
virtual bool ShouldSuppressFatalErrors() const OVERRIDE;
+ virtual std::string GetWebstoreBaseURL() const OVERRIDE;
+ virtual std::string GetWebstoreUpdateURL() const OVERRIDE;
+ virtual bool IsBlacklistUpdateURL(const GURL& url) const OVERRIDE;
// A whitelist of extensions that can script anywhere. Do not add to this
// list (except in tests) without consulting the Extensions team first.