Commit 9731c54d authored by inferno's avatar inferno Committed by Commit bot

Fix compile failure in ipc fuzzer from spurious semi-colons.

TBR=tsepez@chromium.org,ccameron@chromium.org

Review URL: https://codereview.chromium.org/988413005

Cr-Commit-Position: refs/heads/master@{#319847}
parent 528f9ec2
......@@ -1436,7 +1436,7 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_DidZoomURL,
// Sent when the renderer changes its page scale factor and whether or not the
// page scale factor is one changes.
IPC_MESSAGE_ROUTED1(ViewHostMsg_PageScaleFactorIsOneChanged, bool /* is_one */);
IPC_MESSAGE_ROUTED1(ViewHostMsg_PageScaleFactorIsOneChanged, bool /* is_one */)
// Updates the minimum/maximum allowed zoom percent for this tab from the
// default values. If |remember| is true, then the zoom setting is applied to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment