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

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

Issue 2945333002: [Cleanup] Remove a couple of type="int" attributes that snuck in. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index ceabedd00efc09012ea91eac7314a74796ab5a20..a45ba051b8c54a319e7513a62281256d181a8138 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -2588,13 +2588,13 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="4" label="Bad disable reasons"/>
</enum>
-<enum name="BankNameDisplayedFormEvent" type="int">
+<enum name="BankNameDisplayedFormEvent">
<int value="0" label="Suggestions shown with bank name available (once)"/>
<int value="1"
label="Server suggestion filled with bank name available (once)"/>
</enum>
-<enum name="BaseRelocationType" type="int">
+<enum name="BaseRelocationType">
<int value="0" label="IMAGE_REL_BASED_ABSOLUTE"/>
<int value="1" label="IMAGE_REL_BASED_HIGH"/>
<int value="2" label="IMAGE_REL_BASED_LOW"/>
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698