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

Unified Diff: components/password_manager/core/common/password_manager_pref_names.cc

Issue 1256803002: [Smart Lock, Prefs reconciliation] Prefs migration logic for desktop platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac Created 5 years, 4 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 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

Powered by Google App Engine
This is Rietveld 408576698