| Index: chrome/browser/ui/views/login_view.cc
|
| diff --git a/chrome/browser/ui/views/login_view.cc b/chrome/browser/ui/views/login_view.cc
|
| index 3804376a212e88eb5e38c90551770fc61cdc28ed..d74fbb6e38bd54d8593c7849b0e4f4832f29eb43 100644
|
| --- a/chrome/browser/ui/views/login_view.cc
|
| +++ b/chrome/browser/ui/views/login_view.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -27,7 +27,7 @@ using views::GridLayout;
|
|
|
| LoginView::LoginView(const std::wstring& explanation, LoginModel* model)
|
| : username_field_(new views::Textfield),
|
| - password_field_(new views::Textfield(views::Textfield::STYLE_PASSWORD)),
|
| + password_field_(new views::Textfield(views::Textfield::STYLE_OBSCURED)),
|
| username_label_(new views::Label(
|
| l10n_util::GetStringUTF16(IDS_LOGIN_DIALOG_USERNAME_FIELD))),
|
| password_label_(new views::Label(
|
|
|