Commit 71b46fc6 authored by Lukasz Anforowicz's avatar Lukasz Anforowicz Committed by Commit Bot

Enable *.oopif.test for all layout test platforms.

r485361 has made AreCrossProcessFramesPossible return true on all
platforms, including Android.  This CL makes an equivalent change for
layout tests - after this CL all platforms will return |true| from
LayoutTestContentClient::IsSupplementarySiteIsolationModeEnabled.  This
will mean that URLs matching the *oopif.test pattern will be caught by
LayoutTestContentBrowserClient::DoesSiteRequireDedicatedProcess and
pushed into a separate renderer process.

Bug: 745064
Change-Id: I1311c9e89b1fe45d30575ef923e3b78a097a9dbf
Reviewed-on: https://chromium-review.googlesource.com/574970Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Commit-Queue: Lukasz Anforowicz <lukasza@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487498}
parent 861bce15
......@@ -21,11 +21,7 @@ bool LayoutTestContentClient::CanSendWhileSwappedOut(
}
bool LayoutTestContentClient::IsSupplementarySiteIsolationModeEnabled() {
#if defined(OS_ANDROID)
return false;
#else
return true;
#endif
}
} // namespace content
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment