| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index a88af42ddf52074b712c583a61a9da767de2c355..3815910e7270cf6f04567049f13ce1f0fbac51ba 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -689,6 +689,11 @@ IPC_MESSAGE_CONTROL3(ViewMsg_SetZoomLevelForCurrentURL,
|
| std::string /* host */,
|
| double /* zoom_level */)
|
|
|
| +// Set the zoom level for a particular render view.
|
| +IPC_MESSAGE_ROUTED2(ViewMsg_SetZoomLevelForView,
|
| + bool /* uses_temporary_zoom_level */,
|
| + double /* zoom_level */)
|
| +
|
| // Change encoding of page in the renderer.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_SetPageEncoding,
|
| std::string /*new encoding name*/)
|
|
|