| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index 09d8018a543cb239d85d503c767e7222f3dbf45a..9a4db246289908f09a9c96a592634d36de8aa75e 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -81,7 +81,7 @@ class ChromeContentClient : public content::ContentClient {
|
|
|
| void AddServiceWorkerSchemes(std::set<std::string>* schemes) override;
|
|
|
| - void AddIsolatedSchemes(std::set<std::string>* schemes) override;
|
| + bool IsSupplementarySiteIsolationModeEnabled() override;
|
| };
|
|
|
| #endif // CHROME_COMMON_CHROME_CONTENT_CLIENT_H_
|
|
|