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

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

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.h
diff --git a/components/password_manager/core/common/password_manager_pref_names.h b/components/password_manager/core/common/password_manager_pref_names.h
index dc138f9d130cbd1be62e4d4b336b8252fd81739a..4ff3cd7af94df33c32b6fa0e170d551438ec59c7 100644
--- a/components/password_manager/core/common/password_manager_pref_names.h
+++ b/components/password_manager/core/common/password_manager_pref_names.h
@@ -21,6 +21,10 @@ extern const char kAllowToCollectURLBubbleWasShown[];
// period, in which the "Allow to collect URL?" bubble can be shown.
extern const char kAllowToCollectURLBubbleActivePeriodStartFactor[];
+// The value of this preference controls whenever Password Manager will save and
vabr (Chromium) 2015/08/07 08:48:02 Please explain (in the comment) the relation to kP
melandory 2015/08/12 09:03:24 Done.
+// fill credentials.
vabr (Chromium) 2015/08/07 08:48:02 Is the part about filling actually true? Currently
engedy 2015/08/07 11:41:38 Well, technically, the setting will not control an
vabr (Chromium) 2015/08/07 11:56:19 +1
+extern const char kCredentialEnableService[];
engedy 2015/08/07 11:41:38 I'd actually dare propose that we make use of the
vabr (Chromium) 2015/08/07 11:56:19 This sounds good, but also the current state (with
melandory 2015/08/12 09:03:24 It's also seems to me that it's better to let the
+
#if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
// The local profile id for this profile.
extern const char kLocalProfileId[];

Powered by Google App Engine
This is Rietveld 408576698