| Index: chrome/browser/ui/views/profiles/user_manager_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/user_manager_view.cc b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| index d781fb5c7b089f31e6803fa7d0d6aad1aa1e0a02..195985bd558aec8d6bbdcc30383c587941c22269 100644
|
| --- a/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| @@ -159,9 +159,8 @@ void UserManagerView::Init(Profile* system_profile, const GURL& url) {
|
| if (rwhv)
|
| rwhv->SetBackgroundColor(profiles::kUserManagerBackgroundColor);
|
|
|
| - web_view_->RequestFocus();
|
| -
|
| GetWidget()->Show();
|
| + web_view_->RequestFocus();
|
| }
|
|
|
| bool UserManagerView::AcceleratorPressed(const ui::Accelerator& accelerator) {
|
|
|