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

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

Issue 2859393002: Report page load timing information for child frames. (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/test/data/page_load_metrics/seamless-iframe.css ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index c8a6a73f7562ff63de67b5ec88e21fe569e74eef..0eb13d53bf801928b4e550de298883a7baed0972 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -19463,10 +19463,12 @@ 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="Subframe navigation start before main frame navigation start"/>
</enum>
<enum name="InterruptReason" type="int">
« no previous file with comments | « chrome/test/data/page_load_metrics/seamless-iframe.css ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698