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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2854983002: Add the ThirdPartyModules.Uninstallable histogram. (Closed)
Patch Set: Rebase Created 3 years, 6 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 db43539c4504e3e16d2373ecfa2bbee4cdb8cc4e..b325a8660e54d4b1cf6ab61fd508394c5b948b37 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -3174,6 +3174,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"/>
« no previous file with comments | « chrome/browser/conflicts/third_party_metrics_recorder_win.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698