| Index: tools/metrics/actions/extract_actions.py
|
| diff --git a/tools/metrics/actions/extract_actions.py b/tools/metrics/actions/extract_actions.py
|
| index 93602d96436f1a73ba1c116dd198afefbfef8d6d..83db7d2df186b300c4301ce0e13707502fc42dcc 100755
|
| --- a/tools/metrics/actions/extract_actions.py
|
| +++ b/tools/metrics/actions/extract_actions.py
|
| @@ -282,9 +282,6 @@ def AddChromeOSActions(actions):
|
| actions.add('Updater.ServerCertificateChanged')
|
| actions.add('Updater.ServerCertificateFailed')
|
|
|
| - # Actions sent by Chrome OS cryptohome.
|
| - actions.add('Cryptohome.PKCS11InitFail')
|
| -
|
| def AddExtensionActions(actions):
|
| """Add actions reported by extensions via chrome.metricsPrivate API.
|
|
|
|
|