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

Unified Diff: components/password_manager/core/browser/stub_password_manager_client.cc

Issue 2833193002: Trigger Password Protection ping on username/password field on focus (Closed)
Patch Set: nit Created 3 years, 8 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/stub_password_manager_client.cc
diff --git a/components/password_manager/core/browser/stub_password_manager_client.cc b/components/password_manager/core/browser/stub_password_manager_client.cc
index c4c9658ea66e728abdeb6d329ac80ae7c2150bea..d666e2165bcb6eafe8dbbd708a8412bcc117f704 100644
--- a/components/password_manager/core/browser/stub_password_manager_client.cc
+++ b/components/password_manager/core/browser/stub_password_manager_client.cc
@@ -69,6 +69,10 @@ safe_browsing::PasswordProtectionService*
StubPasswordManagerClient::GetPasswordProtectionService() const {
return nullptr;
}
+
+void StubPasswordManagerClient::CheckSafeBrowsingReputation(
+ const GURL& form_action,
+ const GURL& frame_url) {}
#endif
} // namespace password_manager

Powered by Google App Engine
This is Rietveld 408576698