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

Unified Diff: chrome/browser/ui/views/location_bar/page_action_image_view.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/location_bar/page_action_image_view.cc
diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.cc b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
index 28c8d3e24228c659a12f3e0b36419a231abd3eac..49c773cff9f193c52f3a2f97e1cbd938c205eb0e 100644
--- a/chrome/browser/ui/views/location_bar/page_action_image_view.cc
+++ b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
@@ -54,7 +54,7 @@ PageActionImageView::PageActionImageView(LocationBarView* owner,
new ExtensionActionIconFactory(
owner_->profile(), extension, page_action, this));
- set_accessibility_focusable(true);
+ SetAccessibilityFocusable(true);
set_context_menu_controller(this);
extensions::CommandService* command_service =

Powered by Google App Engine
This is Rietveld 408576698