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

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

Issue 2888673002: Add support for counting same-document AMP loads. (Closed)
Patch Set: comment cleanup Created 3 years, 7 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 0eb13d53bf801928b4e550de298883a7baed0972..bd739d0760b10dda9f421ce517a9d758c6e70079 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -26369,6 +26369,13 @@ from previous Chrome versions.
<int value="5" label="Successful first layout (backgrounded)"/>
</enum>
+<enum name="PageLoadMetricsAMPViewType" type="int">
+ <int value="0" label="None"/>
+ <int value="1" label="AMP Cache"/>
+ <int value="2" label="Google Search AMP Viewer"/>
+ <int value="3" label="Google News AMP Viewer"/>
+</enum>
+
<enum name="PageLoadTimingStatus" type="int">
<summary>Status of PageLoadTimings received from the render process</summary>
<int value="0" label="Valid"/>

Powered by Google App Engine
This is Rietveld 408576698