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

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

Issue 2108643004: Remove use of WebContentsImpl from ResourceDispatcherHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@render-view-try-3
Patch Set: Created 4 years, 6 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
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index 2978fb9e1c1e386f7eec5be92e6fee02b2192435..acaf617ed4cb9be275e5720ccefe9791d506a9fe 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -4579,7 +4579,7 @@ void WebContentsImpl::OnUserInteraction(
// Exclude scroll events as user gestures for resource load dispatches.
// rdh is NULL in unittests.
if (rdh && type != blink::WebInputEvent::MouseWheel)
- rdh->OnUserGesture(this);
+ rdh->OnUserGesture();
}
void WebContentsImpl::OnIgnoredUIEvent() {
« content/browser/loader_delegate_impl.cc ('K') | « content/browser/loader_delegate_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698