Chromium Code Reviews| Index: chrome/browser/ui/translate/translate_bubble_view_state_transition.h |
| diff --git a/chrome/browser/ui/translate/translate_bubble_view_state_transition.h b/chrome/browser/ui/translate/translate_bubble_view_state_transition.h |
| index fd5382d9ae25da0977006e0f71e98dc2023fd893..67ff31e5da4426e2e689eba52be95f704c7bb676 100644 |
| --- a/chrome/browser/ui/translate/translate_bubble_view_state_transition.h |
| +++ b/chrome/browser/ui/translate/translate_bubble_view_state_transition.h |
| @@ -12,7 +12,7 @@ namespace translate { |
| enum TranslateBubbleUiEvent { |
| // The user clicked the advanced option. |
| - SET_STATE_OPTIONS, |
| + SET_STATE_OPTIONS = 1, |
|
groby-ooo-7-16
2016/05/17 19:44:07
Please add a comment why we need to force this to
|
| // The user clicked "Done" and went back from the advanced option. |
| LEAVE_STATE_OPTIONS, |