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

Unified Diff: ash/shell/lock_view.cc

Issue 1977353002: Views: Remove reduntant Button::ConfigureDefaultFocus calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@other_fk_regression
Patch Set: Created 4 years, 7 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 | chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/lock_view.cc
diff --git a/ash/shell/lock_view.cc b/ash/shell/lock_view.cc
index cd6a5b466eb294e4390eb9dc790073364d45814a..f8754249873f4ab3b122ab853f98f11dc70d2c9e 100644
--- a/ash/shell/lock_view.cc
+++ b/ash/shell/lock_view.cc
@@ -30,8 +30,6 @@ class LockView : public views::WidgetDelegateView,
this, base::ASCIIToUTF16("Unlock"))) {
unlock_button_->SetStyle(views::Button::STYLE_BUTTON);
AddChildView(unlock_button_);
- views::Button::ConfigureDefaultFocus(unlock_button_);
- unlock_button_->set_request_focus_on_press(true);
}
~LockView() override {}
« no previous file with comments | « no previous file | chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698