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

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

Issue 2806053002: Add Precache.Fetch.Begin user action. (Closed)
Patch Set: Amend description. Created 3 years, 8 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
« no previous file with comments | « components/precache/content/precache_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index bdae8ad0c5a539bf471c2395d593dd54ad929074..2974d983772a3159a4252abd473f22499c0266d6 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -13834,6 +13834,15 @@ should be able to be added at any place in this file.
<obsolete>Deprecated due to NPAPI removal.</obsolete>
</action>
+<action name="Precache.Fetch.Begin" not_user_triggered="true">
+ <owner>twifkak@chromium.org</owner>
+ <owner>jamartin@chromium.org</owner>
+ <description>
+ A precache fetch was initiated, having met all the necessary preconditions.
+ This occurs when precache is in either Enabled or Control mode.
+ </description>
+</action>
+
<action name="Precache.Fetch.IntentReceived" not_user_triggered="true">
<owner>twifkak@chromium.org</owner>
<owner>bengr@chromium.org</owner>
« no previous file with comments | « components/precache/content/precache_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698