Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: tools/metrics/actions/extract_actions.py

Issue 1470083002: Remove deprecated Chrome OS action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698