| Index: components/autofill/content/renderer/form_autofill_util.cc
|
| diff --git a/components/autofill/content/renderer/form_autofill_util.cc b/components/autofill/content/renderer/form_autofill_util.cc
|
| index df682a28281e151994f5ef81e839264ebb68fcf5..2d1c9b438c8a71b5085cddec5ffbb76a9c10839a 100644
|
| --- a/components/autofill/content/renderer/form_autofill_util.cc
|
| +++ b/components/autofill/content/renderer/form_autofill_util.cc
|
| @@ -12,6 +12,7 @@
|
| #include "base/metrics/field_trial.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "components/autofill/core/common/autofill_data_sanitizer.h"
|
| #include "components/autofill/core/common/autofill_switches.h"
|
| #include "components/autofill/core/common/form_data.h"
|
| #include "components/autofill/core/common/form_field_data.h"
|
| @@ -51,9 +52,6 @@ using blink::WebVector;
|
| namespace autofill {
|
| namespace {
|
|
|
| -// The maximum length allowed for form data.
|
| -const size_t kMaxDataLength = 1024;
|
| -
|
| // A bit field mask for FillForm functions to not fill some fields.
|
| enum FieldFilterMask {
|
| FILTER_NONE = 0,
|
|
|