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

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: 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..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>
« 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