Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: content/common/frame_messages.h

Issue 2694413006: Scope and clean up uses of AccessibilityMode. (Closed)
Patch Set: remove kOff Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698