| Index: content/browser/site_per_process_browsertest.cc
|
| diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc
|
| index 9271948f6a99b96df89e8723a603f94f2b15163a..7b7de8c108c799922bd6f9f9a9c2102571db62ee 100644
|
| --- a/content/browser/site_per_process_browsertest.cc
|
| +++ b/content/browser/site_per_process_browsertest.cc
|
| @@ -291,7 +291,7 @@ void SitePerProcessBrowserTest::StartFrameAtDataURL() {
|
|
|
| void SitePerProcessBrowserTest::SetUpCommandLine(
|
| base::CommandLine* command_line) {
|
| - command_line->AppendSwitch(switches::kSitePerProcess);
|
| + IsolateAllSitesForTesting(command_line);
|
| };
|
|
|
| void SitePerProcessBrowserTest::SetUpOnMainThread() {
|
|
|