Index: components/password_manager/core/browser/password_manager.h |
diff --git a/components/password_manager/core/browser/password_manager.h b/components/password_manager/core/browser/password_manager.h |
index e4da485bd66e2030ac5a9c19d8979c9b213cab5f..2c65e6b651be6e837a62b95a0b324a874c85e83f 100644 |
--- a/components/password_manager/core/browser/password_manager.h |
+++ b/components/password_manager/core/browser/password_manager.h |
@@ -124,11 +124,6 @@ class PasswordManager : public LoginModel { |
MAX_FAILURE_VALUE |
}; |
- // Returns if the password manager is enabled for this page. There are certain |
- // situations (e.g. bad SSL cert) where we disable the password manager |
- // temporarily. |
- bool IsEnabledForCurrentPage() const; |
- |
// Log failure for UMA. Logs additional metrics if the |form_origin| |
// corresponds to one of the top, explicitly monitored websites. For some |
// values of |failure| also sends logs to the internals page through |logger|, |