DescriptionRemove dead ViewMsg_{Zoom, DidZoomUrl}
These messages and surrounding infra seem to be left over from prior
implementations of various pieces of zoom functionality (e.g., zooming
in plugins). The code being removed is never exercised:
- The browser-side entrypoint for sending ViewMsg_Zoom is
RenderViewHost::Zoom(), which is never called.
- The renderer-side entrypoint for sending ViewMsg_DidZoomUrl is
RenderViewImpl::zoomLevelChanged(), which is never called.
I noticed this while investigating crbug.com/673065.
BUG=673065
Review-Url: https://codereview.chromium.org/2611573004
Cr-Commit-Position: refs/heads/master@{#441679}
Committed: https://chromium.googlesource.com/chromium/src/+/dbe99b00fc1b41191214bb2c68c7f8b0b11487bd
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 19 (11 generated)
|