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