| 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 9f67cfb102f1eb780a0407ce927d3ca9a164be51..ad4b2b8c19f1b9970b06998f8b80b466ab7db46f 100644
|
| --- a/chrome/common/extensions/chrome_extensions_client.h
|
| +++ b/chrome/common/extensions/chrome_extensions_client.h
|
| @@ -52,6 +52,7 @@ class ChromeExtensionsClient : public ExtensionsClient {
|
| bool IsBlacklistUpdateURL(const GURL& url) const override;
|
| std::set<base::FilePath> GetBrowserImagePaths(
|
| const Extension* extension) override;
|
| + bool ExtensionAPIEnabledInExtensionServiceWorkers() const override;
|
|
|
| // Get the LazyInstance for ChromeExtensionsClient.
|
| static ChromeExtensionsClient* GetInstance();
|
|
|