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

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

Issue 1041993004: content::ResourceDispatcherHostImpl changes for stale-while-revalidate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s-w-r-yhirano-patch
Patch Set: Workaround iwyu bug in prerender_resource Created 5 years, 4 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 98de2e1e00c65f6d95aa9433b22494bffa103226..f2f7eda005bef2bb7853894379376ff21f832f3b 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -845,6 +845,26 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="AsyncRevalidationCreated">
+ <owner>ricea@chromium.org</owner>
+ <description>Number of async revalidations created.</description>
+</action>
+
+<action name="AsyncRevalidationRedirected">
+ <owner>ricea@chromium.org</owner>
+ <description>
+ Number of async revalidations that were cancelled due to receiving a
+ redirect.
+ </description>
+</action>
+
+<action name="AsyncRevalidationTimeout">
+ <owner>ricea@chromium.org</owner>
+ <description>
+ Number of async revalidations that failed due to timeout.
+ </description>
+</action>
+
<action name="AutoDetectChange">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« content/public/browser/resource_throttle.h ('K') | « content/public/browser/resource_throttle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698