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|. |