| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 5ef2e7b7c3c2a76102100650056f6880a61fb765..766e7c629a05183421c73d3e397dc3f4eeb97753 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -782,8 +782,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)
|
|
|