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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 441923002: Add a PrefetchList to Prerender Local Predictor, to emulate how effective (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 353f847152ebfcca8c0864b0ed0629bafa1d032b..6a56d492f7a434fb6158f27e040819d7b4b1df1b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45723,6 +45723,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="88" label="Tab Helper URL seen namespace match entry"/>
<int value="89"
label="Tab Helper URL seen namespace match browser navigation"/>
+ <int value="90" label="Prefetch List item added"/>
+ <int value="91" label="Prefetch list seen tab contents"/>
+ <int value="92" label="Prefetch list seen history"/>
</enum>
<enum name="PrerenderLocalVisitCoreTransition" type="int">

Powered by Google App Engine
This is Rietveld 408576698