Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 922fdc96535588c2b4c8f74a3837079b58fc8921..bcdec5ca7fe22d212d1937cbc6680f19df85f474 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -60881,6 +60881,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Web.CurrentURLEqualsLastCommittedURL" enum="BooleanEqual"> |
+ <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. This will be called each time WebStateImpl:: |
+ GetCurrentURL(URLVerificationTrustLevel* trust_level) is called. |
Mark P
2016/06/24 17:20:43
nit: briefly describe what causes this function to
|
+ </summary> |
+</histogram> |
+ |
<histogram name="Webapp.Splashscreen.BackgroundColor" |
enum="SplashscreenColorStatus"> |
<owner>mlamouri@chromium.org</owner> |
@@ -65961,6 +65972,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<int value="1" label="Enabled"/> |
</enum> |
+<enum name="BooleanEqual" type="int"> |
+ <int value="0" label="Not Equal"/> |
+ <int value="1" label="Equal"/> |
+</enum> |
+ |
<enum name="BooleanError" type="int"> |
<int value="0" label="No Error"/> |
<int value="1" label="Error"/> |