commit | e22a5e5114c66d39894c54e4ce7e8d4400a53d81 | [log] [tgz] |
---|---|---|
author | scottmg <[email protected]> | Thu Jun 30 00:36:51 2016 |
committer | Commit bot <[email protected]> | Thu Jun 30 00:39:55 2016 |
tree | 2e3cc8af7cc1e8fc8ab9ab25d756e3753a2fe801 | |
parent | 8d54ff1f2aa0ac5bf75f5489b3bbb3d9689c014d [diff] [blame] |
Remove use of WebContentsImpl from ResourceDispatcherHostImpl To reduce dependencies from content/browser/loader to the rest of content. Follows https://codereview.chromium.org/2098923002/. [email protected], [email protected] BUG=598073 Review-Url: https://codereview.chromium.org/2108643004 Cr-Commit-Position: refs/heads/master@{#403036}
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc index da86a77..6c3d49a9 100644 --- a/content/browser/web_contents/web_contents_impl.cc +++ b/content/browser/web_contents/web_contents_impl.cc
@@ -4580,7 +4580,7 @@ // 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() {