Fix the "autofill disabled" experiment.
commitbb59fd8618c95da40d8cace3209cc7d4095e7613
authorbrettw <brettw@chromium.org>
Tue, 23 Jun 2015 22:26:48 +0000 (23 15:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 23 Jun 2015 22:28:25 +0000 (23 22:28 +0000)
tree20c33c10554dd99aad7c3cb7b7c41071df446eb3
parentee5628b34fdc33b4a070fb65f6617e440ed90dfc
Fix the "autofill disabled" experiment.

This experiment attempts to measure form submissions with no autofill. But the previous version disabled autofill completely which disabled metrics also, rendering the experiment useless.

This version just suppresses autofill suggestions when the experiment is running (i.e. autofill disabled) so the same metrics will be collected in either case.

Clarifies the meaning of the "non-fillable form" metric. I didn't realize this also included cases of non matching data and found this surprising.

BUG=503253

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

Cr-Commit-Position: refs/heads/master@{#335777}
components/autofill/core/browser/autocomplete_history_manager.cc
components/autofill/core/browser/autofill_experiments.cc
components/autofill/core/browser/autofill_experiments.h
components/autofill/core/browser/autofill_metrics.h
components/autofill/core/browser/personal_data_manager.cc
tools/metrics/histograms/histograms.xml