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

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

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another manual rebase! 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 86289108518b9ab3f4eecc463c38b22ca51a9914..4eae59b11795e93cd7eb9d3dc842e547b7238cda 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57670,6 +57670,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.
@@ -74794,6 +74821,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">

Powered by Google App Engine
This is Rietveld 408576698