| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index 0a084469fb35616661552bb93cd9298a0883f375..0279d0557a91878c677b73e70d71327a61a31696 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -87,6 +87,7 @@ class ChromeContentClient : public content::ContentClient {
|
| std::set<GURL>* origins) override;
|
|
|
| void AddServiceWorkerSchemes(std::set<std::string>* schemes) override;
|
| + bool AllowScriptExtensionForServiceWorker(const GURL& script_url) override;
|
|
|
| bool IsSupplementarySiteIsolationModeEnabled() override;
|
| base::StringPiece GetOriginTrialPublicKey() override;
|
|
|