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

Unified Diff: chrome/renderer/autofill/fake_content_password_manager_driver.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: chrome/renderer/autofill/fake_content_password_manager_driver.cc
diff --git a/chrome/renderer/autofill/fake_content_password_manager_driver.cc b/chrome/renderer/autofill/fake_content_password_manager_driver.cc
index 299f00683c292cc00c81a43991b72f271d41dc25..075bc93286f0fa18c0e7193ac161370d13a09596 100644
--- a/chrome/renderer/autofill/fake_content_password_manager_driver.cc
+++ b/chrome/renderer/autofill/fake_content_password_manager_driver.cc
@@ -78,3 +78,9 @@ void FakeContentPasswordManagerDriver::SaveGenerationFieldDetectedByClassifier(
called_save_generation_field_ = true;
save_generation_field_ = generation_field;
}
+
+void FakeContentPasswordManagerDriver::CheckSafeBrowsingReputation(
+ const GURL& form_action,
+ const GURL& frame_url) {
+ called_check_safe_browsing_reputation_cnt_++;
+}

Powered by Google App Engine
This is Rietveld 408576698