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 7f1f029bb996e7e12619c9d615d657e25a3959d5..5ad8412e97ff79885e354b4a16573e147a604b91 100644 |
--- a/content/browser/site_per_process_browsertest.cc |
+++ b/content/browser/site_per_process_browsertest.cc |
@@ -277,7 +277,7 @@ void SitePerProcessBrowserTest::StartFrameAtDataURL() { |
void SitePerProcessBrowserTest::SetUpCommandLine( |
base::CommandLine* command_line) { |
- command_line->AppendSwitch(switches::kSitePerProcess); |
+ IsolateAllSitesForTesting(command_line); |
}; |
void SitePerProcessBrowserTest::SetUpOnMainThread() { |