Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 90923442602cc1558cfafd0d49cc9ae7fc831d99..df1f7e25d7b14f19b52b7bef4fe73ee8a80edae0 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -942,6 +942,9 @@ IPC_MESSAGE_ROUTED0(FrameMsg_SetHasReceivedUserGesture) |
| IPC_MESSAGE_ROUTED1(FrameMsg_RunFileChooserResponse, |
| std::vector<content::FileChooserFileInfo>) |
| +IPC_MESSAGE_ROUTED1(FrameHostMsg_RestorePageScaleFactorOnLoad, |
|
kenrb
2017/01/24 17:13:27
nit: This could use a comment.
wjmaclean
2017/01/24 18:24:26
Done.
|
| + float /* page_scale */) |
| + |
| // ----------------------------------------------------------------------------- |
| // Messages sent from the renderer to the browser. |