Commit d974ac24 authored by Alex Newcomer's avatar Alex Newcomer Committed by Chromium LUCI CQ

multipaste: Update enum for CH display format

Update the enum 3 to have a human readable label.

Bug: 1164526
Change-Id: Ic716ceff4128c4778f61e98eb70d46d837288bf7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643414
Auto-Submit: Alex Newcomer <newcomer@chromium.org>
Reviewed-by: default avatarAndrew Xu <andrewxu@chromium.org>
Commit-Queue: Alex Newcomer <newcomer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845915}
parent bf123c12
...@@ -60,8 +60,9 @@ enum ClipboardHistoryMenuViewID { ...@@ -60,8 +60,9 @@ enum ClipboardHistoryMenuViewID {
}; };
// Used in histograms, each value corresponds with an underlying format // Used in histograms, each value corresponds with an underlying format
// displayed by a ClipboardHistoryItemView. Do not reorder entries, if you must // displayed by a ClipboardHistoryItemView, shown as
// add to it, add at the end. // ClipboardHistoryDisplayFormat in enums.xml. Do not reorder entries, if you
// must add to it, add at the end.
enum class ClipboardHistoryDisplayFormat { enum class ClipboardHistoryDisplayFormat {
kText = 0, kText = 0,
kBitmap = 1, kBitmap = 1,
......
...@@ -11514,6 +11514,7 @@ histogram as enum --> ...@@ -11514,6 +11514,7 @@ histogram as enum -->
<int value="0" label="Text"/> <int value="0" label="Text"/>
<int value="1" label="Bitmap"/> <int value="1" label="Bitmap"/>
<int value="2" label="Html"/> <int value="2" label="Html"/>
<int value="3" label="File"/>
</enum> </enum>
<enum name="ClipboardHistoryPlaceholderStringType"> <enum name="ClipboardHistoryPlaceholderStringType">
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment