| Index: ui/views/views_delegate.cc
|
| diff --git a/ui/views/views_delegate.cc b/ui/views/views_delegate.cc
|
| index 082f2f1eff69336dc3afad4e5807e986463d98fe..9127e7272f7a6d96cccb5c3193faf0924dd17a33 100644
|
| --- a/ui/views/views_delegate.cc
|
| +++ b/ui/views/views_delegate.cc
|
| @@ -93,7 +93,7 @@ content::WebContents* ViewsDelegate::CreateWebContents(
|
| return nullptr;
|
| }
|
|
|
| -base::TimeDelta ViewsDelegate::GetDefaultTextfieldObscuredRevealDuration() {
|
| +base::TimeDelta ViewsDelegate::GetTextfieldPasswordRevealDuration() {
|
| return base::TimeDelta();
|
| }
|
|
|
|
|