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

Unified Diff: content/renderer/render_view_impl.cc

Issue 10928007: Merge 153731 - Consume user gestures when navigating in a new tab/window. This ensures that a site … (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1229/src/
Patch Set: Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
===================================================================
--- content/renderer/render_view_impl.cc (revision 155039)
+++ content/renderer/render_view_impl.cc (working copy)
@@ -1669,6 +1669,7 @@
int32 surface_id = 0;
int64 cloned_session_storage_namespace_id;
+ creator->consumeUserGesture();
RenderThread::Get()->Send(
new ViewHostMsg_CreateWindow(params,
&routing_id,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698