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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2844063002: Add support for multiple simultaneous subresource_filter::Configurations. (Closed)
Patch Set: Addressed comments from csharrison@. 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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 76aedba17fa48a5dc64ed07745d03452cd6e605e..1a46841543bd53fb95d1c358f06e423c7e38b31e 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -33382,7 +33382,7 @@ from previous Chrome versions.
<int value="2" label="Disabled"/>
<int value="3" label="Unsupported scheme"/>
<int value="4" label="URL whitelisted"/>
- <int value="5" label="Activation list not matched"/>
+ <int value="5" label="Activation conditions not met"/>
</enum>
<enum name="SubresourceFilterActivationState" type="int">

Powered by Google App Engine
This is Rietveld 408576698