| Index: content/public/test/test_utils.cc
|
| diff --git a/content/public/test/test_utils.cc b/content/public/test/test_utils.cc
|
| index 03ec09434ea97f08652069a29db62af7feda33e5..5265ac2fd20a31c8acd69fc436f369f5d68c9384 100644
|
| --- a/content/public/test/test_utils.cc
|
| +++ b/content/public/test/test_utils.cc
|
| @@ -193,9 +193,7 @@ bool AreAllSitesIsolatedForTesting() {
|
| }
|
|
|
| void IsolateAllSitesForTesting(base::CommandLine* command_line) {
|
| - EXPECT_TRUE(SiteIsolationPolicy::IsolateAllSitesForTesting())
|
| - << "IsolateAllSitesForTesting() called after "
|
| - << "SiteIsolationPolicy was already used";
|
| + command_line->AppendSwitch(switches::kSitePerProcess);
|
| }
|
|
|
| MessageLoopRunner::MessageLoopRunner()
|
|
|