| Index: chrome/browser/android/password_authentication_manager.cc
|
| diff --git a/chrome/browser/android/password_authentication_manager.cc b/chrome/browser/android/password_authentication_manager.cc
|
| index 76f0d4d71ca89dfb6edaf4f05c5190277576ae92..700707571ae67944c4e491b6eceda252f28e551d 100644
|
| --- a/chrome/browser/android/password_authentication_manager.cc
|
| +++ b/chrome/browser/android/password_authentication_manager.cc
|
| @@ -41,11 +41,6 @@ bool PasswordAuthenticationManager::RegisterPasswordAuthenticationManager(
|
| return RegisterNativesImpl(env);
|
| }
|
|
|
| -bool PasswordAuthenticationManager::IsAutofillPasswordAuthenticationEnabled() {
|
| - return Java_PasswordAuthenticationManager_isPasswordAuthenticationEnabled(
|
| - base::android::AttachCurrentThread());
|
| -}
|
| -
|
| void PasswordAuthenticationManager::AuthenticatePasswordAutofill(
|
| content::WebContents* web_contents,
|
| const base::Closure& success_callback) {
|
|
|