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

Unified Diff: content/test/test_render_view_host.cc

Issue 88503002: Have the unload event execute in background on cross-site navigations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Keeping the old rvh alive for up to 1s Created 7 years 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
Index: content/test/test_render_view_host.cc
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index 772addab203177638124f5844f18e0961ed18ffb..ef787d092adf6fd87d878a1c5f80b8e226e9163a 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -368,7 +368,7 @@ void TestRenderViewHost::SetContentsMimeType(const std::string& mime_type) {
}
void TestRenderViewHost::SimulateSwapOutACK() {
- OnSwappedOut(false);
+ OnSwappedOut(false, false);
}
void TestRenderViewHost::SimulateWasHidden() {

Powered by Google App Engine
This is Rietveld 408576698