Commit 9cb25622 authored by yfriedman's avatar yfriedman Committed by Commit bot

Fix enum for GoogleUpdate.InfoBar.

I had two cases flipped.
BUG=463658

Review URL: https://codereview.chromium.org/1027843003

Cr-Commit-Position: refs/heads/master@{#321630}
parent e90ab53f
......@@ -51130,8 +51130,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<enum name="GoogleUpdateInfoBarActions" type="int">
<int value="0" label="Clicked close"/>
<int value="1" label="Clicked to update but failed"/>
<int value="2" label="Clicked to update appears successful"/>
<int value="1" label="Clicked to update appears successful"/>
<int value="2" label="Clicked to update but failed"/>
<int value="3" label="InfoBar dismissed implicitly (no interaction)"/>
</enum>
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