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

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

Issue 1450913003: Remove v1 of Startup.FirstWebContents.* stats deprecated in M48. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@e2_better_ownership_model_firstwebcontentsprofiler
Patch Set: Created 5 years, 1 month 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 | « components/startup_metric_utils/browser/startup_metric_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a3a3713ad18a761f4bc227c32c3be30c0830329e..fb03f5b434d89dc3f23e4a49667ee0ec761b4597 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45036,8 +45036,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>erikchen@chromium.org</owner>
<owner>gab@chromium.org</owner>
<summary>
- [Desktop] DEPRECATED. Measure the elapsed time from process launch to the
- first main frame load of the first web contents. Deprecated in favor of
+ [Desktop] DEPRECATED (but kept as a known basis until M48 is phased out).
+ Measure the elapsed time from process launch to the first main frame load of
+ the first web contents. Deprecated in favor of
Startup.FirstWebContents.MainFrameLoad2 which now avoids counting ill-cases
(ref. FirstWebContentsProfiler::FinishReason).
</summary>
@@ -45077,8 +45078,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>erikchen@chromium.org</owner>
<owner>gab@chromium.org</owner>
<summary>
- [Desktop] DEPRECATED. Measure the elapsed time from process launch to the
- first non- empty paint of the first web contents. Deprecated in favor of
+ [Desktop] DEPRECATED (but kept as a known basis until M48 is phased out).
+ Measure the elapsed time from process launch to the first non- empty paint
+ of the first web contents. Deprecated in favor of
Startup.FirstWebContents.NonEmptyPaint2 which now avoids counting ill-cases
(ref. FirstWebContentsProfiler::FinishReason).
</summary>
« no previous file with comments | « components/startup_metric_utils/browser/startup_metric_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698