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

Unified Diff: Source/core/accessibility/AXARIAGridRow.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 | « no previous file | Source/core/accessibility/AXARIAGridRow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXARIAGridRow.h
diff --git a/Source/core/accessibility/AXARIAGridRow.h b/Source/core/accessibility/AXARIAGridRow.h
index 1ec9528ae5c8501d07199b59816dcbe3eff2ef12..91a367228114d2927588c14fd3df53fa795a7f15 100644
--- a/Source/core/accessibility/AXARIAGridRow.h
+++ b/Source/core/accessibility/AXARIAGridRow.h
@@ -41,9 +41,6 @@ public:
static PassRefPtr<AXARIAGridRow> create(RenderObject*);
virtual ~AXARIAGridRow();
- void disclosedRows(AccessibilityChildrenVector&);
- AXObject* disclosedByRow() const;
-
virtual AXObject* headerObject() OVERRIDE;
private:
« no previous file with comments | « no previous file | Source/core/accessibility/AXARIAGridRow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698