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

Unified Diff: views/controls/link.h

Issue 1616004: Fix Regression for Accessible Names (Closed)
Patch Set: Created 10 years, 9 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
Index: views/controls/link.h
diff --git a/views/controls/link.h b/views/controls/link.h
index 4ef7af315ef4b21308aea248c135dee887fc9756..75fa877b97e339028c68cc2b38254cbba117c278 100644
--- a/views/controls/link.h
+++ b/views/controls/link.h
@@ -51,7 +51,6 @@ class Link : public Label {
// Accessibility accessors, overridden from View:
virtual bool GetAccessibleRole(AccessibilityTypes::Role* role);
- virtual bool GetAccessibleName(std::wstring* name);
virtual void SetFont(const gfx::Font& font);

Powered by Google App Engine
This is Rietveld 408576698