Chromium Code Reviews| Index: content/public/common/content_client.cc |
| diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc |
| index 421a0a335407b9da54c9cd86518c3dcfda34714d..3c8d235fc62df402401d3e2f2cb752bc8a0a1611 100644 |
| --- a/content/public/common/content_client.cc |
| +++ b/content/public/common/content_client.cc |
| @@ -112,4 +112,8 @@ bool ContentClient::GetSandboxProfileForSandboxType( |
| } |
| #endif |
| +bool ContentClient::IsSupplementarySiteIsolationModeEnabled() { |
| + return false; |
| +} |
| + |
| } // namespace content |