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

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: 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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 47a14ff1be8e6f0f4e948560b1b159e71acd6c4f..24c4f102341515e95c9aa14859ec6ad905bdac69 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -33424,7 +33424,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