Chromium Code Reviews| Index: components/autofill/core/browser/form_structure.h |
| diff --git a/components/autofill/core/browser/form_structure.h b/components/autofill/core/browser/form_structure.h |
| index 1a14f8d76bd7cdbb1b8aeb199b451a786e62e16b..c6ad3068b2d6967bcc25f1512c45d30469417df5 100644 |
| --- a/components/autofill/core/browser/form_structure.h |
| +++ b/components/autofill/core/browser/form_structure.h |
| @@ -301,6 +301,10 @@ class FormStructure { |
| // True if the form is a <form>. |
| bool is_form_tag_; |
| + // True if the form is made of unowned fields in a non checkout flow. The |
| + // fields should be filled using only the autocomplete attributes. |
|
Mathieu
2016/02/05 18:39:06
don't mention behavior, just what the attribute is
sebsg
2016/02/05 20:08:00
Done.
|
| + bool is_syntehtic_non_checkout_form; |
| + |
| DISALLOW_COPY_AND_ASSIGN(FormStructure); |
| }; |