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

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 10809051: Fix regression of bug 205 where a plugin in a window shown with window.open may not have the correc… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
Index: content/browser/web_contents/web_contents_impl.cc
===================================================================
--- content/browser/web_contents/web_contents_impl.cc (revision 147827)
+++ content/browser/web_contents/web_contents_impl.cc (working copy)
@@ -1146,6 +1146,7 @@
if (delegate_ && !delegate_->ShouldCreateWebContents(
this, route_id, params.window_container_type, params.frame_name,
params.target_url)) {
+ GetRenderViewHost()->GetProcess()->ResumeRequestsForView(route_id);
return;
}

Powered by Google App Engine
This is Rietveld 408576698