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

Unified Diff: Source/web/WebAXObject.cpp

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: 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: Source/web/WebAXObject.cpp
diff --git a/Source/web/WebAXObject.cpp b/Source/web/WebAXObject.cpp
index a347122bc95401b112566303c3aa5514106661aa..dacc06d4b1b7b8d4912dd947a6ffe16814726dea 100644
--- a/Source/web/WebAXObject.cpp
+++ b/Source/web/WebAXObject.cpp
@@ -79,11 +79,6 @@ void WebAXObject::enableAccessibility()
AXObjectCache::enableAccessibility();
}
-// static
-bool WebAXObject::accessibilityEnabled()
-{
- return AXObjectCache::accessibilityEnabled();
-}
// static
void WebAXObject::enableInlineTextBoxAccessibility()

Powered by Google App Engine
This is Rietveld 408576698