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

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

Issue 2858403002: Extensions: Add UMA to monitor whether a webview request has DWR rules to be evaluated. (Closed)
Patch Set: Rebase 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 216989cd57dd75a56580d87185b64a35e84e98fc..003d6facd901b3554f413eb62f9eb1cdbe529fdd 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 applicable
+ declarative web request rules to be processed. Emitted whenever a network
+ request from a guest webview is processed.
+ </summary>
+</histogram>
+
<histogram name="Extensions.DepricatedExternalJsonCount">
<obsolete>
Deprecated 04/2016 as doesn't have data nor owner.
« extensions/browser/api/web_request/web_request_api.cc ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698