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

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

Issue 2854983002: Add the ThirdPartyModules.Uninstallable histogram. (Closed)
Patch Set: Split in multiple CLs 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 11522720cff4ee25417ea6c9e00f657fe85bda76..8708564dbc9f69ad2407899ba3b095a30b9b422c 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -3165,6 +3165,11 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1" label="Translated"/>
</enum>
+<enum name="BooleanUninstallable" type="int">
+ <int value="0" label="Not uninstallable"/>
+ <int value="1" label="Uninstallable"/>
+</enum>
+
<enum name="BooleanUnknown" type="int">
<int value="0" label="Known"/>
<int value="1" label="Unknown"/>

Powered by Google App Engine
This is Rietveld 408576698