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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.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: chrome/browser/password_manager/chrome_password_manager_client.h
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
index fe01d9244570eccd7a098acb02ab6eeca6562f34..c39e7bc1b6afcf84d48b878e30c1130dd4f178c8 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -42,6 +42,7 @@ class ChromePasswordManagerClient
// PasswordManagerClient implementation.
bool IsAutomaticPasswordSavingEnabled() const override;
+ bool IsEnabledForCurrentPage() const override;
bool IsPasswordManagerEnabledForCurrentPage() const override;
bool ShouldFilterAutofillResult(const autofill::PasswordForm& form) override;
std::string GetSyncUsername() const override;

Powered by Google App Engine
This is Rietveld 408576698