Added a metric for tracking non-zero TPM dictionary-attack counters.

BUG=chromium:341358
TEST=manual

Change-Id: I99d3e4279c6d9185b9b515259d4fe511e0d79874
Reviewed-on: https://chromium-review.googlesource.com/185493
Reviewed-by: Luigi Semenzato <semenzato@chromium.org>
Commit-Queue: Darren Krahn <dkrahn@chromium.org>
Tested-by: Darren Krahn <dkrahn@chromium.org>
This commit is contained in:
Darren Krahn 2014-02-07 16:51:15 -08:00 committed by chrome-internal-fetch
parent 754dc92466
commit 09a15fa954
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ static const char *kCrosEventNames[] = {
"SpringPowerSupply.Other.High", // 8
"SpringPowerSupply.Original.Low", // 9
"SpringPowerSupply.ChargerIdle", // 10
"TPM.NonZeroDictionaryAttackCounter", // 11
};
time_t MetricsLibrary::cached_enabled_time_ = 0;