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

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

Issue 1776143003: Remove groups handling from password manager metrics util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@593295_unify_enums
Patch Set: Keep suffixes, marked as obsolete Created 4 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
« no previous file with comments | « no previous file | chrome/browser/password_manager/save_password_infobar_delegate.h » ('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 9f0ac4278a232da3ff5a1de968b63fff5602bab7..616f45b2907e22a3a7e82cf35557cc7427768045 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client.cc
@@ -247,12 +247,8 @@ bool ChromePasswordManagerClient::PromptUserToSaveOrUpdatePassword(
return true;
}
#endif
- std::string uma_histogram_suffix(
- password_manager::metrics_util::GroupIdToString(
- password_manager::metrics_util::MonitoredDomainGroupId(
- form_to_save->pending_credentials().signon_realm, GetPrefs())));
- SavePasswordInfoBarDelegate::Create(web_contents(), std::move(form_to_save),
- uma_histogram_suffix);
+ SavePasswordInfoBarDelegate::Create(web_contents(),
+ std::move(form_to_save));
#else
NOTREACHED() << "Aura platforms should always use the bubble";
#endif
« no previous file with comments | « no previous file | chrome/browser/password_manager/save_password_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698