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

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

Issue 2859393002: Report page load timing information for child frames. (Closed)
Patch Set: 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 62c10595d479aba399ea4668e5194bcbf5d1d42e..ca2f3dad631d95a7e86d30cda426d8dfff3b838a 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -18903,10 +18903,13 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="8" label="Inter process TimeTicks skew"/>
<int value="9" label="No commit or failed provisional load received"/>
<int value="10" label="No page load end time recorded"/>
- <int value="11" label="Timing IPC received from subframe"/>
+ <int value="11" label="Timing IPC received from subframe (deprecated)"/>
<int value="12" label="Invalid timing IPC (invalid timing descendent)"/>
<int value="13" label="Invalid timing IPC (invalid behavior descendent)"/>
<int value="14" label="Invalid timing IPC (invalid timing)"/>
+ <int value="15"
+ label="IPC received in subframe while not tracking a relevant committed
+ load"/>
</enum>
<enum name="InterruptReason" type="int">

Powered by Google App Engine
This is Rietveld 408576698