| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 57b63489a1c7694175fa99e89640da504dac8ef2..1a407a7f92efb9781458f88263e6bec1b286ebd0 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -613,13 +613,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetPageScale, float /* page_scale_factor */)
|
| IPC_MESSAGE_ROUTED1(ViewMsg_Zoom,
|
| content::PageZoom /* function */)
|
|
|
| -// Set the zoom level for a particular url that the renderer is in the
|
| -// process of loading. This will be stored, to be used if the load commits
|
| -// and ignored otherwise.
|
| -IPC_MESSAGE_ROUTED2(ViewMsg_SetZoomLevelForLoadingURL,
|
| - GURL /* url */,
|
| - double /* zoom_level */)
|
| -
|
| // Used to tell a render view whether it should expose various bindings
|
| // that allow JS content extended privileges. See BindingsPolicy for valid
|
| // flag values.
|
|
|