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

Unified Diff: content/common/view_message_enums.h

Issue 12335101: Move some accessibility methods, enums and interfaces into the content/public API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove #include which crept back in" Created 7 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_message_enums.h
diff --git a/content/common/view_message_enums.h b/content/common/view_message_enums.h
index 59a6da11b0aed6f04f35803b5ecde6422763356d..662920230c0443eacb638815b87a1d9f2f2cf793 100644
--- a/content/common/view_message_enums.h
+++ b/content/common/view_message_enums.h
@@ -53,19 +53,4 @@ struct ViewMsg_Navigate_Type {
};
};
-enum AccessibilityMode {
- // WebKit accessibility is off and no accessibility information is
- // sent from the renderer to the browser process.
- AccessibilityModeOff,
-
- // WebKit accessibility is on, but only limited information about
- // editable text nodes is sent to the browser process. Useful for
- // implementing limited UIA on tablets.
- AccessibilityModeEditableTextOnly,
-
- // WebKit accessibility is on, and the full accessibility tree is synced
- // to the browser process. Useful for screen readers and magnifiers.
- AccessibilityModeComplete,
-};
-
#endif // CONTENT_COMMON_VIEW_MESSAGES_ENUMS_H_
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698