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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_button.cc

Issue 103493005: Rename View::set_focusable and View::set_accessibility_focusable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a few missing files Created 7 years 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: chrome/browser/ui/views/toolbar/toolbar_button.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_button.cc b/chrome/browser/ui/views/toolbar/toolbar_button.cc
index 9017f963ce95cd4c9241364296dd4039ded75633..1be0c140f0d596bd2ff71bbf42b91d5a8f573d16 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_button.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_button.cc
@@ -32,7 +32,7 @@ ToolbarButton::~ToolbarButton() {
}
void ToolbarButton::Init() {
- set_focusable(true);
+ SetFocusable(true);
// Provides the hover/pressed style used by buttons in the toolbar.
views::LabelButtonBorder* border =

Powered by Google App Engine
This is Rietveld 408576698