Commit a0b24e39 authored by Scott Little's avatar Scott Little Committed by Commit Bot

Fix incorrect enum label for TranslateInitiationStatus.

The enum value 19 corresponds to
INITIATION_STATUS_SHOW_UI_PREDEFINED_TARGET_LANGUAGE in the code, but
before this CL it was incorrectly labelled as "Aborted by CLD and
HTML/content language conflict". This CL fixes this label.

Change-Id: I05751f98b35760005339eb2115c8a78544300837
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532020
Commit-Queue: Scott Little <sclittle@chromium.org>
Commit-Queue: Megan Jablonski <megjablon@chromium.org>
Auto-Submit: Scott Little <sclittle@chromium.org>
Reviewed-by: default avatarMegan Jablonski <megjablon@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826567}
parent 6d5e123d
...@@ -73339,7 +73339,7 @@ Full version information for the fingerprint enum values: ...@@ -73339,7 +73339,7 @@ Full version information for the fingerprint enum values:
<int value="16" label="Decision made to create infobar on Android"/> <int value="16" label="Decision made to create infobar on Android"/>
<int value="17" label="Show omnibar icon to the user"/> <int value="17" label="Show omnibar icon to the user"/>
<int value="18" label="Suppress infobar but show omnibar icon"/> <int value="18" label="Suppress infobar but show omnibar icon"/>
<int value="19" label="Aborted by CLD and HTML/content language conflict"/> <int value="19" label="Show infobar for predefined target language"/>
<int value="20" label="Disabled because network unavailable"/> <int value="20" label="Disabled because network unavailable"/>
<int value="21" label="Page state doesn't require translation"/> <int value="21" label="Page state doesn't require translation"/>
<int value="22" <int value="22"
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