Chromium Code Reviews| Index: components/autofill/core/common/password_form.h |
| diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h |
| index be85cd3e21eccd3360ae5b959f0261cdd3575557..e2327bf596a6682460c800dfdc3e6fcaaadb627f 100644 |
| --- a/components/autofill/core/common/password_form.h |
| +++ b/components/autofill/core/common/password_form.h |
| @@ -218,9 +218,10 @@ struct PasswordForm { |
| // The URL of identity provider used for federated login. |
| GURL federation_url; |
| - // If true, Chrome will sign the user in automatically using the credentials. |
| - // This field isn't synced deliberately. |
| - bool is_zero_click; |
| + // If true, Chrome will not return this credential to a site in response to |
| + // 'navigator.credentials.request()' without user interaction. |
| + // Once user selects this credential the flag is reseted. |
| + bool skip_next_zero_click; |
|
Garrett Casto
2015/02/04 06:58:40
As someone that isn't particularly involved here,
vasilii
2015/02/04 12:44:02
Done.
|
| // Returns true if this match was found using public suffix matching. |
| bool IsPublicSuffixMatch() const; |