| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 2818439ab22a8980e4606b5a33914c7cb16baed1..ca492fe559a63140d9ec60417dba55be81f643c2 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -257,7 +257,6 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(enable_referrers)
|
| IPC_STRUCT_TRAITS_MEMBER(enable_do_not_track)
|
| IPC_STRUCT_TRAITS_MEMBER(webrtc_ip_handling_policy)
|
| - IPC_STRUCT_TRAITS_MEMBER(default_zoom_level)
|
| IPC_STRUCT_TRAITS_MEMBER(user_agent_override)
|
| IPC_STRUCT_TRAITS_MEMBER(accept_languages)
|
| IPC_STRUCT_TRAITS_MEMBER(report_frame_name_changes)
|
| @@ -699,11 +698,6 @@ 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*/)
|
|
|