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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2858403002: Extensions: Add UMA to monitor whether a webview request has DWR rules to be evaluated. (Closed)
Patch Set: Clarify histogram description. Created 3 years, 7 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 | « tools/metrics/histograms/enums.xml ('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 216989cd57dd75a56580d87185b64a35e84e98fc..5905fe4c64a48ed8958f6c69f15334d972d459bb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18446,6 +18446,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Time spent until rules storage delegate gets ready.</summary>
</histogram>
+<histogram
+ name="Extensions.DeclarativeWebRequest.WebViewRequestDeclarativeRules"
+ enum="BooleanDeclarativeRules">
+ <owner>karandeepb@chromium.org</owner>
+ <summary>
+ Whether a network request from a guest webview has any declarative web
+ request rules that need to be evaluated. Emitted whenever a network request
+ from a guest webview is received at the network layer.
+ </summary>
+</histogram>
+
<histogram name="Extensions.DepricatedExternalJsonCount">
<obsolete>
Deprecated 04/2016 as doesn't have data nor owner.
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698