| Index: chrome/common/extensions/chrome_extensions_client.h
|
| diff --git a/chrome/common/extensions/chrome_extensions_client.h b/chrome/common/extensions/chrome_extensions_client.h
|
| index 27a3e2cb413dd50a43f884f504150e93a042be57..b68b1c52acf19b48ee7063c311d70d673c083cce 100644
|
| --- a/chrome/common/extensions/chrome_extensions_client.h
|
| +++ b/chrome/common/extensions/chrome_extensions_client.h
|
| @@ -48,6 +48,9 @@ class ChromeExtensionsClient : public ExtensionsClient {
|
| 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;
|
|
|
| // Get the LazyInstance for ChromeExtensionsClient.
|
| static ChromeExtensionsClient* GetInstance();
|
|
|