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

Unified Diff: components/password_manager/core/common/password_manager_pref_names.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
Index: components/password_manager/core/common/password_manager_pref_names.cc
diff --git a/components/password_manager/core/common/password_manager_pref_names.cc b/components/password_manager/core/common/password_manager_pref_names.cc
index a620c50e0cd2513f14fb00818ccb231e7908f906..96300b599ccf17977883b396aed3b594eb308363 100644
--- a/components/password_manager/core/common/password_manager_pref_names.cc
+++ b/components/password_manager/core/common/password_manager_pref_names.cc
@@ -28,8 +28,6 @@ const char kKeychainMigrationStatus[] = "password_manager.keychain_migration";
const char kPasswordManagerAllowShowPasswords[] =
"profile.password_manager_allow_show_passwords";
const char kPasswordManagerSavingEnabled[] = "profile.password_manager_enabled";
-const char kPasswordManagerGroupsForDomains[] =
- "profile.password_manager_groups_for_domains";
const char kWasAutoSignInFirstRunExperienceShown[] =
"profile.was_auto_sign_in_first_run_experience_shown";
« no previous file with comments | « components/password_manager/core/common/password_manager_pref_names.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698