Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index b0528d689c07279257ac790fe28b8ddb53c977ae..d43619617a7cf89c16160b68be0d7cc77322a493 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -754,8 +754,7 @@ IPC_MESSAGE_ROUTED2(FrameMsg_ExtractSmartClipData, |
IPC_MESSAGE_ROUTED1(FrameMsg_FocusedFormFieldDataRequest, int /* request_id */) |
// Change the accessibility mode in the renderer process. |
-IPC_MESSAGE_ROUTED1(FrameMsg_SetAccessibilityMode, |
- AccessibilityMode) |
+IPC_MESSAGE_ROUTED1(FrameMsg_SetAccessibilityMode, int) |
dcheng
2017/03/03 18:43:20
Would it make sense to just keep this typed as Acc
|
// Dispatch a load event in the iframe element containing this frame. |
IPC_MESSAGE_ROUTED0(FrameMsg_DispatchLoad) |