commit | 6e9b7c926c5361cf064945b2f234b4d285d2c99e | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <[email protected]> | Wed Oct 04 17:37:40 2017 |
committer | Commit Bot <[email protected]> | Wed Oct 04 17:37:40 2017 |
tree | 2958b4828325ecb6be9d6571d115fc41d152938d | |
parent | 42e3a659b5165cf74b1108e736a2738fd322a9b1 [diff] |
Remove a no-op + not overriden WebContentsDelegate::WebUISend method. The content::WebContentsDelegate::WebUISend virtual method is a no-op and is not overriden anywhere. Therefore it should be safe to just delete this method and stop calling it (since calling it is a no-op). The only caller of content::WebContentsDelegate::WebUISend was WebContentsImpl::OnWebUISend method which is also deleted by this CL. ViewHostMsg_WebUISend is *not* being deleted - it is still handled by the browser in content::WebUIImpl::OnWebUISend. Bug: 683418, 666525 Change-Id: Icf6272b0df3f4359e758e04ddefd026402b9ea03 Reviewed-on: https://chromium-review.googlesource.com/698348 Commit-Queue: Nick Carter <[email protected]> Reviewed-by: Nick Carter <[email protected]> Cr-Commit-Position: refs/heads/master@{#506435}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .