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

Unified Diff: Source/core/accessibility/AXList.h

Issue 243083002: Remove more dead code from accessibility/ folder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/core/accessibility/AXARIAGridRow.cpp ('k') | Source/core/accessibility/AXList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXList.h
diff --git a/Source/core/accessibility/AXList.h b/Source/core/accessibility/AXList.h
index 861b5d9f2dcd0c004d1e0cbfe79fa933433befa6..4b23f9eff4d6fac26753de87114732271dcaeb7c 100644
--- a/Source/core/accessibility/AXList.h
+++ b/Source/core/accessibility/AXList.h
@@ -42,9 +42,6 @@ public:
virtual ~AXList();
virtual bool isList() const OVERRIDE { return true; }
- bool isUnorderedList() const;
- bool isOrderedList() const;
- bool isDescriptionList() const;
virtual AccessibilityRole roleValue() const OVERRIDE { return ListRole; }
private:
« no previous file with comments | « Source/core/accessibility/AXARIAGridRow.cpp ('k') | Source/core/accessibility/AXList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698