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

Unified Diff: Source/core/accessibility/AXListBox.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/AXList.cpp ('k') | Source/core/accessibility/AXListBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXListBox.h
diff --git a/Source/core/accessibility/AXListBox.h b/Source/core/accessibility/AXListBox.h
index 6a055a655e861ce1e8a12f8d3878c0d8278c4f0d..76890c57259a72e3b667ce7f67d7686071496ec1 100644
--- a/Source/core/accessibility/AXListBox.h
+++ b/Source/core/accessibility/AXListBox.h
@@ -41,12 +41,8 @@ public:
static PassRefPtr<AXListBox> create(RenderObject*);
virtual ~AXListBox();
- virtual bool canSetSelectedChildrenAttribute() const OVERRIDE;
- void setSelectedChildren(AccessibilityChildrenVector&);
virtual AccessibilityRole roleValue() const OVERRIDE { return ListBoxRole; }
- virtual void selectedChildren(AccessibilityChildrenVector&) OVERRIDE;
-
virtual void addChildren() OVERRIDE;
private:
« no previous file with comments | « Source/core/accessibility/AXList.cpp ('k') | Source/core/accessibility/AXListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698