Index: views/controls/link.cc |
diff --git a/views/controls/link.cc b/views/controls/link.cc |
index 083870c3d861f231ec2ae226e0f2b43aab1723c3..b258217bef539fda418b2a77ed2649b6a6be4ff1 100644 |
--- a/views/controls/link.cc |
+++ b/views/controls/link.cc |
@@ -151,13 +151,6 @@ bool Link::GetAccessibleRole(AccessibilityTypes::Role* role) { |
return true; |
} |
-bool Link::GetAccessibleName(std::wstring* name) { |
- DCHECK(name); |
- |
- *name = GetText(); |
- return !name->empty(); |
-} |
- |
void Link::SetFont(const gfx::Font& font) { |
Label::SetFont(font); |
ValidateStyle(); |