| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index ed8ff43267858de60c5eda5265ed482276a1ed12..4285e17a394c8c50a548ba32f5f79e6bb90bfb5f 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -776,8 +776,7 @@ IPC_MESSAGE_ROUTED2(FrameMsg_ExtractSmartClipData,
|
| gfx::Rect /* rect */)
|
|
|
| // Change the accessibility mode in the renderer process.
|
| -IPC_MESSAGE_ROUTED1(FrameMsg_SetAccessibilityMode,
|
| - AccessibilityMode)
|
| +IPC_MESSAGE_ROUTED1(FrameMsg_SetAccessibilityMode, content::AccessibilityMode)
|
|
|
| // Dispatch a load event in the iframe element containing this frame.
|
| IPC_MESSAGE_ROUTED0(FrameMsg_DispatchLoad)
|
|
|