| Index: content/common/site_isolation_policy.cc
|
| diff --git a/content/common/site_isolation_policy.cc b/content/common/site_isolation_policy.cc
|
| index 2de3702902ab072a39383978cd8787439181ca56..344be5f89366de7b787ed2e3f614155de9ea1e50 100644
|
| --- a/content/common/site_isolation_policy.cc
|
| +++ b/content/common/site_isolation_policy.cc
|
| @@ -72,7 +72,12 @@ bool SiteIsolationPolicy::UseSubframeNavigationEntries() {
|
|
|
| // static
|
| bool SiteIsolationPolicy::IsSwappedOutStateForbidden() {
|
| + // TODO(nasko): Fix Android issues and remove this ifdef.
|
| +#if defined(OS_ANDROID)
|
| return AreCrossProcessFramesPossible();
|
| +#else
|
| + return true;
|
| +#endif
|
| }
|
|
|
| // static
|
|
|