| Index: content/common/site_isolation_policy.cc
|
| diff --git a/content/common/site_isolation_policy.cc b/content/common/site_isolation_policy.cc
|
| index 7fa66c28c826931ba4bcb2ef6b0c52dd0fa56cdf..5cf0f7662c1cacd0db15ef9b5bc54c92d301e478 100644
|
| --- a/content/common/site_isolation_policy.cc
|
| +++ b/content/common/site_isolation_policy.cc
|
| @@ -14,17 +14,7 @@ namespace content {
|
|
|
| // static
|
| bool SiteIsolationPolicy::AreCrossProcessFramesPossible() {
|
| -// Before turning this on for Android, input event routing needs to be
|
| -// completed there, and perf regressions in https://crbug.com/690229 need to be
|
| -// investigated.
|
| -#if defined(OS_ANDROID)
|
| - return UseDedicatedProcessesForAllSites() ||
|
| - IsTopDocumentIsolationEnabled() || AreIsolatedOriginsEnabled() ||
|
| - GetContentClient()->IsSupplementarySiteIsolationModeEnabled() ||
|
| - base::FeatureList::IsEnabled(::features::kGuestViewCrossProcessFrames);
|
| -#else
|
| return true;
|
| -#endif
|
| }
|
|
|
| // static
|
|
|