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

Unified Diff: content/common/frame_messages.h

Issue 2558933002: Add more fine-grained accessibility modes. (Closed)
Patch Set: Rename constants Created 4 years 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 d9b4dfc6517bace09b48abd1d03cd3b0bc5d375f..0b5a4c4cc297154e69e8ab18ce0083f2d50c038d 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -80,9 +80,6 @@ using FrameMsg_SerializeAsMHTML_FrameRoutingIdToContentIdMap =
#define IPC_MESSAGE_START FrameMsgStart
-IPC_ENUM_TRAITS_MIN_MAX_VALUE(AccessibilityMode,
- AccessibilityModeOff,
- AccessibilityModeComplete)
IPC_ENUM_TRAITS_MIN_MAX_VALUE(content::JavaScriptMessageType,
content::JAVASCRIPT_MESSAGE_TYPE_ALERT,
content::JAVASCRIPT_MESSAGE_TYPE_PROMPT)

Powered by Google App Engine
This is Rietveld 408576698