| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index fbf73476c35819342ac73e26dd5bf07549f3de39..1912fe1441494c4a8bd489fece00be5fbc1dadf7 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -66,7 +66,6 @@
|
|
|
| #define IPC_MESSAGE_START ViewMsgStart
|
|
|
| -IPC_ENUM_TRAITS(AccessibilityMode)
|
| IPC_ENUM_TRAITS(blink::WebMediaPlayerAction::Type)
|
| IPC_ENUM_TRAITS(blink::WebPluginAction::Type)
|
| IPC_ENUM_TRAITS(blink::WebPopupType)
|
| @@ -474,9 +473,6 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
|
|
| // The properties of the screen associated with the view.
|
| IPC_STRUCT_MEMBER(blink::WebScreenInfo, screen_info)
|
| -
|
| - // The accessibility mode of the renderer.
|
| - IPC_STRUCT_MEMBER(AccessibilityMode, accessibility_mode)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewMsg_PostMessage_Params)
|
| @@ -875,10 +871,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SavePageAsMHTML,
|
| IPC_MESSAGE_CONTROL1(ViewMsg_TempCrashWithData,
|
| GURL /* data */)
|
|
|
| -// Change the accessibility mode in the renderer process.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_SetAccessibilityMode,
|
| - AccessibilityMode)
|
| -
|
| // An acknowledge to ViewHostMsg_MultipleTargetsTouched to notify the renderer
|
| // process to release the magnified image.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_ReleaseDisambiguationPopupBitmap,
|
|
|