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

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

Issue 1238623003: Add missing DETECT_IMPORTANT_CONTENT value to ContentSetting enum in UMA histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEFAULT, too. Created 5 years, 5 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 | « no previous file | 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 f6f649f83e594ed6c4859379dcd6c201cd4a5373..b177455615d4a29160640cf9d0d1e2f92cb8a272 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52515,10 +52515,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</enum>
<enum name="ContentSetting" type="int">
+ <int value="0" label="DEFAULT"/>
<int value="1" label="ALLOW"/>
<int value="2" label="BLOCK"/>
<int value="3" label="ASK"/>
<int value="4" label="SESSION_ONLY"/>
+ <int value="5" label="DETECT_IMPORTANT_CONTENT"/>
</enum>
<enum name="ContentSettingMixedScriptAction" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698