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

Unified Diff: components/password_manager/core/browser/password_manager.h

Issue 1031153002: [Credential Management] Smart lock save Credentials bubble should not always pop up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: 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|,

Powered by Google App Engine
This is Rietveld 408576698