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

Unified Diff: public/web/WebAXObject.h

Issue 495763005: Switch to using accessibilityEnabled and inlineTextBoxAccessibilityEnabled from settings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: logspam 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
Index: public/web/WebAXObject.h
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
index 1595d141e164ee84fabdb571c2346118f21a5e57..4d96c8f2ccd10c760830875c6e746a3668d60128 100644
--- a/public/web/WebAXObject.h
+++ b/public/web/WebAXObject.h
@@ -71,13 +71,6 @@ public:
// isDetached also checks for null, so it's safe to just call isDetached.
BLINK_EXPORT bool isDetached() const;
- // 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;
// Update layout on the underlying tree, and return true if this object is

Powered by Google App Engine
This is Rietveld 408576698