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

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

Issue 2930353005: PlzNavigate: Add metrics to understand bf navigations PLT regression (Closed)
Patch Set: Created 3 years, 6 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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 0c4a5dccd1a8277027244eef76d05bca683b9b1e..c7ec00ef54bc564490b933da8d3987fd4fce1c89 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -25193,6 +25193,14 @@ from previous Chrome versions.
<int value="3" label="Behind a Non-Symmetric NAT."/>
</enum>
+<enum name="NavigationCacheEnum" type="int">
+ <int value="0" label="Validate cache"/>
+ <int value="1" label="Bypass cache"/>
+ <int value="2" label="Skip cache validation"/>
+ <int value="3" label="Only from cache"/>
+ <int value="4" label="Disable cache"/>
+</enum>
+
<enum name="NavigationDirection" type="int">
<obsolete>
Deprecated as of Chrome 59 in favour of OverscrollNavigationType.

Powered by Google App Engine
This is Rietveld 408576698