Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 922fdc96535588c2b4c8f74a3837079b58fc8921..79f0a36658a9f1df96a943ff5deec067777ae3ad 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -60881,6 +60881,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Web.CurrentURLEqualsLastCommittedURL"> |
|
Mark P
2016/06/24 03:39:00
units=?
michaeldo
2016/06/24 05:24:55
Sorry, I didn't realize we had specialized boolean
|
| + <owner>michaeldo@chromium.com</owner> |
| + <summary> |
| + [iOS] Reports URL matches between the return value from the WebState's |
| + GetLastCommittedURL and GetCurrentURL methods. It is expected the values |
| + will be equal to confirm that GetCurrentURL can now be replaced with |
| + GetLastCommittedURL. |
|
Mark P
2016/06/24 03:39:00
Please try to briefly describe when this is emitte
michaeldo
2016/06/24 05:24:55
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Webapp.Splashscreen.BackgroundColor" |
| enum="SplashscreenColorStatus"> |
| <owner>mlamouri@chromium.org</owner> |