Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1404)

Unified Diff: chrome/browser/android/password_authentication_manager.cc

Issue 170783005: Always call into the embedder for password autofill auth if password uses it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove assert in requestAuthentication. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698