| Index: components/autofill/core/common/password_autofill_util.cc
|
| diff --git a/components/autofill/core/common/password_autofill_util.cc b/components/autofill/core/common/password_autofill_util.cc
|
| index 7f128f694fa32547c44e685080691961f0015d75..6e71fec5c30fd31fcd235d8911aba494a1c1e987 100644
|
| --- a/components/autofill/core/common/password_autofill_util.cc
|
| +++ b/components/autofill/core/common/password_autofill_util.cc
|
| @@ -29,6 +29,8 @@ bool InDisableIgnoreAutocompleteOffGroup() {
|
| // flag instructing otherwise or is in the field trial group specifying that
|
| // ignore autocomplete='off' should be disabled.
|
| bool ShouldIgnoreAutocompleteOffForPasswordFields() {
|
| + // TODO(jww): The field trial is scheduled to end 2014/9/1. At latest, we
|
| + // should remove the field trial and switch by then.
|
| return !InDisableIgnoreAutocompleteOffGroup() &&
|
| !CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableIgnoreAutocompleteOff);
|
|
|