Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: content/public/test/test_utils.cc

Issue 1377933004: Modify --isolate-extensions to not isolate hosted apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_isolate_apps3
Patch Set: Fixes from charlie Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « content/public/common/content_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698