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

Unified Diff: public/web/WebAXObject.h

Issue 1186523002: Clean up unused AX APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « public/web/WebAXEnums.h ('k') | no next file » | 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 0d9c5bb33964efa1cc601793d08412bbf8d77e23..a1c551ef3e4b74009431ff5e84fbeefb797d562a 100644
--- a/public/web/WebAXObject.h
+++ b/public/web/WebAXObject.h
@@ -102,7 +102,6 @@ public:
BLINK_EXPORT WebAXObject parentObject() const;
BLINK_EXPORT bool isAnchor() const;
- BLINK_EXPORT WebAXOptionalBool isAriaGrabbed() const;
BLINK_EXPORT bool isAriaReadOnly() const;
BLINK_EXPORT bool isButtonStateMixed() const;
BLINK_EXPORT bool isChecked() const;
@@ -136,7 +135,6 @@ public:
BLINK_EXPORT WebAXObject ariaActiveDescendant() const;
BLINK_EXPORT WebString ariaAutoComplete() const;
BLINK_EXPORT bool ariaControls(WebVector<WebAXObject>& controlsElements) const;
- BLINK_EXPORT WebString ariaDropEffect() const;
BLINK_EXPORT bool ariaFlowTo(WebVector<WebAXObject>& flowToElements) const;
BLINK_EXPORT bool ariaHasPopup() const;
BLINK_EXPORT bool isMultiline() const;
@@ -228,7 +226,6 @@ public:
BLINK_EXPORT WebString computedStyleDisplay() const;
BLINK_EXPORT bool accessibilityIsIgnored() const;
BLINK_EXPORT bool lineBreaks(WebVector<int>&) const;
- BLINK_EXPORT WebString textInputType() const;
// Actions
BLINK_EXPORT WebString actionVerb() const; // The verb corresponding to performDefaultAction.
« no previous file with comments | « public/web/WebAXEnums.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698