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

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

Issue 2884753002: [PageLoadMetrics] Relax invariants and log the exceptions (Closed)
Patch Set: Reduce histogram calls 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..049b404e14e7650a6f88c3bdb2514ea9d59cb8e8 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -26583,6 +26583,11 @@ from previous Chrome versions.
label="Remaining download time does not meet the requirement."/>
</enum>
+<enum name="ParentFrameKnown" type="int">
+ <int value="0" label="Parent Frame Not Known"/>
+ <int value="1" label="Parent Frame Known"/>
+</enum>
+
<enum name="ParsedCookieStatus" type="int">
<obsolete>
Deprecated as of 9/2013. Experiment to measure control characters in cookies

Powered by Google App Engine
This is Rietveld 408576698