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

Unified Diff: chrome/browser/site_details_browsertest.cc

Issue 1378203002: Handle hosted apps consistently in --isolate-extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | content/browser/loader/cross_site_resource_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/site_details_browsertest.cc
diff --git a/chrome/browser/site_details_browsertest.cc b/chrome/browser/site_details_browsertest.cc
index 29a72eca2f1e879f14ca086e7e3ed4d1ed81ece0..43c955aa0f0f5007af8564410da1e946e5ba7c07 100644
--- a/chrome/browser/site_details_browsertest.cc
+++ b/chrome/browser/site_details_browsertest.cc
@@ -771,7 +771,5 @@ IN_PROC_BROWSER_TEST_F(SiteDetailsBrowserTest, IsolateExtensionsHostedApps) {
"SiteIsolation.IsolateExtensionsProcessCountNoLimit"),
ElementsAre(Bucket(2, 1)));
- // TODO(nick): http://crbug.com/535073 ought to mean that the next line is 2.
- // But it's actually 1. Figure out why.
- EXPECT_THAT(GetRenderProcessCount(), EqualsIfExtensionsIsolated(1));
+ EXPECT_THAT(GetRenderProcessCount(), EqualsIfExtensionsIsolated(2));
}
« no previous file with comments | « no previous file | content/browser/loader/cross_site_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698