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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2091913002: Add Histogram for currentURLWithTrustLevel removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments. Created 4 years, 6 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 | « no previous file | 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 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"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698