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

Unified Diff: tools/metrics/histograms/enums.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 | « extensions/browser/api/web_request/web_request_api.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index a436e7059964d95eb88fe0ec9442fff5977e65e9..af32ec86022b579e28583225eedff2a0605a7a01 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -2624,6 +2624,11 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1" label="Data Reduction Proxy"/>
</enum>
+<enum name="BooleanDeclarativeRules" type="int">
+ <int value="0" label="No declarative rules"/>
+ <int value="1" label="Has declarative rules"/>
+</enum>
+
<enum name="BooleanDefault" type="int">
<int value="0" label="Not Default"/>
<int value="1" label="Default"/>
« no previous file with comments | « extensions/browser/api/web_request/web_request_api.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698