diff options
author | thakis <thakis@chromium.org> | 2015-11-06 19:35:44 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-07 03:36:37 +0000 |
commit | 355f7958e61ea9859b6c7d8c0f01d6185a053ed5 (patch) | |
tree | 921a274e6888fa34a8736f33eae0e251962bf6c1 | |
parent | 504a52f669b68f4264d3f7af9f7d8aa4d0118de1 (diff) | |
download | chromium_src-355f7958e61ea9859b6c7d8c0f01d6185a053ed5.zip chromium_src-355f7958e61ea9859b6c7d8c0f01d6185a053ed5.tar.gz chromium_src-355f7958e61ea9859b6c7d8c0f01d6185a053ed5.tar.bz2 |
Fix ipc_fuzzer build after https://codereview.chromium.org/1423053002
BUG=552680
TBR=alexmos
Review URL: https://codereview.chromium.org/1436463002
Cr-Commit-Position: refs/heads/master@{#358509}
-rw-r--r-- | content/common/frame_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h index c67cd76..03096d3 100644 --- a/content/common/frame_messages.h +++ b/content/common/frame_messages.h @@ -656,7 +656,7 @@ IPC_MESSAGE_ROUTED1(FrameMsg_DidUpdateOrigin, url::Origin /* origin */) // Notifies this frame or proxy that it is now focused. This is used to // support cross-process focused frame changes. -IPC_MESSAGE_ROUTED0(FrameMsg_SetFocusedFrame); +IPC_MESSAGE_ROUTED0(FrameMsg_SetFocusedFrame) // Send to the RenderFrame to set text tracks state and style settings. // Sent for top-level frames. |