Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 5b9a378fb6913d8d4f737f2910e0ce2928075fbf..80bff4f67c407fd0469c4ba50f61d15156714939 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -5396,17 +5396,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
units="ms"> |
<owner>lizeb@chromium.org</owner> |
<summary> |
- Time between the intent arrival in a Chrome generated CCT and the first |
- navigation commit, if the navigation is successful. Similar in principle to |
- Startup.FirstCommitNavigationTime. |
+ In "Herb" mode shows the time between the intent arrival in a |
+ Chrome generated CCT and the first navigation commit, if the navigation is |
+ successful. Similar in principle to Startup.FirstCommitNavigationTime. The |
+ Herb version of the histogram. |
</summary> |
</histogram> |
<histogram name="ChromeGeneratedCustomTab.IntentToPageLoadedTime" units="ms"> |
Yusuf
2016/08/17 18:49:23
is there no ChromeGeneratedCustomTab.IntentToPageL
pasko
2016/08/18 09:44:08
Ah, I was not careful. Thank you for pointing this
|
<owner>lizeb@chromium.org</owner> |
<summary> |
- Time between the intent arrival in a Chrome generated CCT and the first |
- "page loaded" event, if the navigation is successful. |
+ In "Herb" mode shows time between the intent arrival in a Chrome |
+ generated CCT and the first "page loaded" event, if the navigation |
+ is successful. |
</summary> |
</histogram> |
@@ -7371,6 +7373,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</histogram> |
<histogram name="CustomTabs.IntentToFirstCommitNavigationTime" units="ms"> |
+ <obsolete> |
+ Deprecated 8/2016. No longer tracked. |
+ </obsolete> |
<owner>lizeb@chromium.org</owner> |
<summary> |
Time between the intent arrival in Chrome and the first navigation commit, |
@@ -7379,6 +7384,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="CustomTabs.IntentToFirstCommitNavigationTime2" units="ms"> |
+ <owner>lizeb@chromium.org</owner> |
+ <summary> |
+ Time between the intent arrival to a Custom Tab and the first navigation |
+ commit, if the navigation is successful. Similar in principle to |
+ Startup.FirstCommitNavigationTime. |
+ </summary> |
+</histogram> |
+ |
<histogram name="CustomTabs.IntentToPageLoadedTime" units="ms"> |
<owner>lizeb@chromium.org</owner> |
<summary> |