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

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: Make WebAXObject methods noops 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..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;

Powered by Google App Engine
This is Rietveld 408576698