Chromium Code Reviews| 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[]; |