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

Unified Diff: tools/metrics/actions/actions.xml

Issue 2672603003: Avoid loading an empty token when decrypt failed (Closed)
Patch Set: Fix compile Created 3 years, 11 months 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
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 1531ad58e4b377cfd7f192e30f8a6632e50755bd..cdd98147364f1b0e1ccd8a0abf28dcdee826c606 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -14826,6 +14826,34 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Signin_TokenTable_BadEntry">
+ <owner>msarda@google.com</owner>
+ <description>
+ Recorded when a token db entry is not valid (the service field is empty or
+ the token field is a non-string blob).
+ </description>
+</action>
+
+<action name="Signin_TokenTable_DecryptFailed">
+ <owner>msarda@google.com</owner>
+ <description>Recorded when a token data fails to be decrypted.</description>
+</action>
+
+<action name="Signin_TokenTable_GetAllTokensInvalidSql">
+ <owner>msarda@google.com</owner>
+ <description>
+ Recorded when the SQL statement to read all tokens from the DB is invalid.
+ </description>
+</action>
+
+<action name="Signin_TokenTable_LoadTokenSuccess">
+ <owner>msarda@google.com</owner>
+ <description>
+ Recorder when a token is successfully loaded (read from the token table and
+ decrypted).
+ </description>
+</action>
+
<action name="Signin_Undo_Signin">
<owner>gogerald@chromium.org</owner>
<description>

Powered by Google App Engine
This is Rietveld 408576698