| Index: content/child/site_isolation_policy.cc
|
| diff --git a/content/child/site_isolation_policy.cc b/content/child/site_isolation_policy.cc
|
| index 87ac9cc849c2e10099542b80c73062786377e99e..2320e0e3437cb3b48088073094a43cb055fa6f99 100644
|
| --- a/content/child/site_isolation_policy.cc
|
| +++ b/content/child/site_isolation_policy.cc
|
| @@ -290,8 +290,8 @@ bool SiteIsolationPolicy::ShouldBlockResponse(
|
| }
|
| }
|
|
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kBlockCrossSiteDocuments))
|
| + if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kBlockCrossSiteDocuments))
|
| is_blocked = false;
|
|
|
| if (is_blocked) {
|
|
|