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

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: Fix test for changes to handling of no content provider 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 1fc712068a1667c17ac96b19d86f566c563fcfaa..9ee1765333e7612a903399c4adb8a2aa790c312f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56827,6 +56827,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.
@@ -73579,6 +73606,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="337" label="Enable Android Backup Service"/>
<int value="338"
label="Enable generated content suggestions on the New Tab page"/>
+ <int value="339" label="Set an external source of URL restrictions"/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">

Powered by Google App Engine
This is Rietveld 408576698