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

Unified Diff: content/common/view_messages.h

Issue 9939011: Add an accessibility mode for editable text fields only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and rebased. Created 8 years, 8 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 177c153ff68cde469f63d54cbcbad32b24ebfd12..99966543e59e8572cffdf945fa3d88c2d86351a0 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -649,6 +649,9 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// Indicates whether this newly created RenderView will be hosted by another
// RenderView.
IPC_STRUCT_MEMBER(bool, guest)
+
+ // The accessibility mode of the renderer.
+ IPC_STRUCT_MEMBER(AccessibilityMode, accessibility_mode)
IPC_STRUCT_END()
// Messages sent from the browser to the renderer.

Powered by Google App Engine
This is Rietveld 408576698