Chromium Code Reviews| 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 340fbfcb97d3e18f0e1af6eb6fd1406a2f8a20ae..2ced7126835df0280bc97d2372b8944e0d225eee 100644 |
| --- a/components/password_manager/core/common/password_manager_pref_names.cc |
| +++ b/components/password_manager/core/common/password_manager_pref_names.cc |
| @@ -12,6 +12,8 @@ const char kAllowToCollectURLBubbleWasShown[] = |
| const char kAllowToCollectURLBubbleActivePeriodStartFactor[] = |
| "password_manager_url_collection_bubble.active_period_start_id"; |
| +const char kCredentialEnableService[] = "credentials_enable_service"; |
|
vabr (Chromium)
2015/08/07 08:48:02
nit: The constant name and value differ (credentia
vabr (Chromium)
2015/08/07 09:26:21
Just to add to the 2nd part of my original comment
engedy
2015/08/07 11:41:38
We could consider doing a mapping in PrefModelAsso
vabr (Chromium)
2015/08/07 11:56:19
Please do not undergo such pain just for the name.
|
| + |
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX) |
| const char kLocalProfileId[] = "profile.local_profile_id"; |
| #endif |