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

Unified Diff: public/web/WebAXObject.h

Issue 491483006: Add accessibilityEnabled and inlineTextBoxAccessiblityEnabled to Settings, but don't use them yet. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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 | « Source/web/WebSettingsImpl.cpp ('k') | public/web/WebFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAXObject.h
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
index 1595d141e164ee84fabdb571c2346118f21a5e57..92d0c750eb0a2cb973dcbc52952d76bdc34ac455 100644
--- a/public/web/WebAXObject.h
+++ b/public/web/WebAXObject.h
@@ -73,9 +73,6 @@ public:
// Static methods for enabling accessibility.
BLINK_EXPORT static void enableAccessibility();
- BLINK_EXPORT static bool accessibilityEnabled();
-
- // Temporary: this flag will only be toggleable until Chromium has it on by default.
BLINK_EXPORT static void enableInlineTextBoxAccessibility();
BLINK_EXPORT int axID() const;
« no previous file with comments | « Source/web/WebSettingsImpl.cpp ('k') | public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698