Commit baf739ea authored by tfarina@chromium.org's avatar tfarina@chromium.org

views: Remove unused const from crypto module password dialog.

TBR=pkasting@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10092001

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132349 0039d316-1c4b-4281-b951-d872f2087c98
parent 3b6394b0
......@@ -18,8 +18,6 @@
#include "ui/views/layout/layout_constants.h"
#include "ui/views/widget/widget.h"
int kInputPasswordMinWidth = 8;
namespace browser {
// CryptoModulePasswordDialogView
......@@ -110,9 +108,11 @@ void CryptoModulePasswordDialogView::Init(
views::View* CryptoModulePasswordDialogView::GetInitiallyFocusedView() {
return password_entry_;
}
ui::ModalType CryptoModulePasswordDialogView::GetModalType() const {
return ui::MODAL_TYPE_WINDOW;
}
views::View* CryptoModulePasswordDialogView::GetContentsView() {
return this;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment