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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.cc

Issue 2869253002: Add UMA metrics to phishguard pings (Closed)
Patch Set: resolve comments on histograms.xml Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/password_manager/chrome_password_manager_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/chrome_password_manager_client.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.cc b/chrome/browser/password_manager/chrome_password_manager_client.cc
index f0da8fafec30ce0c37397e75495949fb04e0bd18..aa638f293be28c40a3281e9292a9a1a49df7e2e1 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client.cc
@@ -418,8 +418,8 @@ void ChromePasswordManagerClient::CheckSafeBrowsingReputation(
safe_browsing::PasswordProtectionService* pps =
GetPasswordProtectionService();
if (pps) {
- pps->MaybeStartLowReputationRequest(GetMainFrameURL(), form_action,
- frame_url);
+ pps->MaybeStartPasswordFieldOnFocusRequest(GetMainFrameURL(), form_action,
+ frame_url);
}
}
#endif
« no previous file with comments | « no previous file | chrome/browser/password_manager/chrome_password_manager_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698