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

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

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.h
diff --git a/chrome/browser/android/password_authentication_manager.h b/chrome/browser/android/password_authentication_manager.h
index 17492ce18fed770b8d404e45db81e5fb88b274fb..b0c57e23a890c1e01585976efde4ded55487376a 100644
--- a/chrome/browser/android/password_authentication_manager.h
+++ b/chrome/browser/android/password_authentication_manager.h
@@ -19,9 +19,6 @@ class PasswordAuthenticationManager {
// JNI registration
static bool RegisterPasswordAuthenticationManager(JNIEnv* env);
- // Whether authenticating autofill passwords is currently enabled by the OS.
- static bool IsAutofillPasswordAuthenticationEnabled();
-
// Request an authentication challenge for the specified webcontents to allow
// password autofill. If the authentication is successful, run the
// |success_callback|.

Powered by Google App Engine
This is Rietveld 408576698