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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix final nits Created 4 years, 4 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 | « components/web_restrictions/renderer/web_restrictions_gin_wrapper.cc ('k') | 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 a1ef160725f83782f73ac6078e7dea155d39aba9..3433a3c1f3a932097c244ac1108c4679092707b6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57778,6 +57778,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SupervisedUserContentProvider.ChromeNotStartedRequestTime"
+ units="ms">
+ <owner>aberent@chromium.org</owner>
+ <summary>
+ Time to get the response to requesting whether a URL should be accessible to
+ the supervised user, when Chrome was not previously running.
+ </summary>
+</histogram>
+
+<histogram name="SupervisedUserContentProvider.ChromeStartedRequestTime"
+ units="ms">
+ <owner>aberent@chromium.org</owner>
+ <summary>
+ Time to get the response to requesting whether a URL should be accessible to
+ the supervised user, when Chrome was already running.
+ </summary>
+</histogram>
+
+<histogram name="SupervisedUserContentProvider.RequestTimedOut"
+ enum="BooleanTimedOut">
+ <owner>aberent@chromium.org</owner>
+ <summary>
+ True if a request to find out whether a URL should be accessible to a
+ supervised user timed out.
+ </summary>
+</histogram>
+
<histogram name="Sync.AppAssociationTime" units="ms">
<obsolete>
Deprecated in M53.
@@ -74902,6 +74929,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="Enable generated content suggestions on the New Tab page"/>
<int value="339" label="Restrict the UDP port range used by WebRTC"/>
<int value="340" label="Enable SHA-1 certificates from local trust anchors"/>
+ <int value="341" label="Set an external source of URL restrictions"/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
« no previous file with comments | « components/web_restrictions/renderer/web_restrictions_gin_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698