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

Unified Diff: views/controls/button/checkbox.h

Issue 1102006: Add Accessibility name for native buttons. (Closed)
Patch Set: Add Accessibility for Native Buttons 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
« no previous file with comments | « no previous file | views/controls/button/checkbox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/button/checkbox.h
diff --git a/views/controls/button/checkbox.h b/views/controls/button/checkbox.h
index dc58117901202fe15fffa5933d7b8940745ac90d..a5796283cc8aeb1c36aac2eabeb02819521a69ff 100644
--- a/views/controls/button/checkbox.h
+++ b/views/controls/button/checkbox.h
@@ -59,7 +59,6 @@ class Checkbox : public NativeButton {
// Accessibility accessors, overridden from View.
virtual bool GetAccessibleRole(AccessibilityTypes::Role* role);
- virtual bool GetAccessibleName(std::wstring* name);
// Overridden from NativeButton:
virtual void SetLabel(const std::wstring& label);
« no previous file with comments | « no previous file | views/controls/button/checkbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698