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

Unified Diff: views/controls/label.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/label.h
diff --git a/views/controls/label.h b/views/controls/label.h
index b2d890e537e4a6a45bdd1348e7230b947db3964f..e68593be43d0bb9063df782d86b528b64b81ade4 100644
--- a/views/controls/label.h
+++ b/views/controls/label.h
@@ -173,7 +173,6 @@ class Label : public View {
// Accessibility accessors, overridden from View.
virtual bool GetAccessibleRole(AccessibilityTypes::Role* role);
- virtual bool GetAccessibleName(std::wstring* name);
virtual bool GetAccessibleState(AccessibilityTypes::State* state);
// Gets/sets the flag to determine whether the label should be collapsed when

Powered by Google App Engine
This is Rietveld 408576698