| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index 67507d9077dc25eb07027752899e004fe0f5c7bc..38c14d6824a44a710da78fcbf02d3c5d14994d05 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -75,6 +75,8 @@ class ChromeContentClient : public content::ContentClient {
|
|
|
| void AddSecureSchemesAndOrigins(std::set<std::string>* schemes,
|
| std::set<GURL>* origins) override;
|
| +
|
| + void AddServiceWorkerSchemes(std::set<std::string>* schemes) override;
|
| };
|
|
|
| #endif // CHROME_COMMON_CHROME_CONTENT_CLIENT_H_
|
|
|