Commit 638fb18c authored by jww@chromium.org's avatar jww@chromium.org

Adds TODO comment on the timing of removing the disable-ignore-autocomplete-off

switch and field trial.

BUG=346708

Review URL: https://codereview.chromium.org/183923021

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255315 0039d316-1c4b-4281-b951-d872f2087c98
parent 58c350a4
...@@ -29,6 +29,8 @@ bool InDisableIgnoreAutocompleteOffGroup() { ...@@ -29,6 +29,8 @@ bool InDisableIgnoreAutocompleteOffGroup() {
// flag instructing otherwise or is in the field trial group specifying that // flag instructing otherwise or is in the field trial group specifying that
// ignore autocomplete='off' should be disabled. // ignore autocomplete='off' should be disabled.
bool ShouldIgnoreAutocompleteOffForPasswordFields() { 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() && return !InDisableIgnoreAutocompleteOffGroup() &&
!CommandLine::ForCurrentProcess()->HasSwitch( !CommandLine::ForCurrentProcess()->HasSwitch(
switches::kDisableIgnoreAutocompleteOff); switches::kDisableIgnoreAutocompleteOff);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment