The FeatureEnabled histogram is logged regardless of if a feature is
actually being used on a page, making the data hard to reason about (as it will log an entry for each feature that exists for each token for each context, so every valid token will also be logged as being for the wrong feature for example).
The MessageGenerated histogram is 100% NotRequested after the bindings
were changed to completely not generate bindings for disabled features, making it not useful at all.
So I propose to get rid of both these histograms and replace them with a different histogram that is logged once for each token in each context.
Comment 1 by bugdroid1@chromium.org
, Jul 22 2016