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..e946bc3477a56fdf64c6cc6f46a2f349bd6b12e2 100644 |
| --- a/chrome/browser/ui/translate/translate_bubble_view_state_transition.h |
| +++ b/chrome/browser/ui/translate/translate_bubble_view_state_transition.h |
| @@ -11,8 +11,9 @@ |
| namespace translate { |
| enum TranslateBubbleUiEvent { |
| + // Start with 1 to match existing UMA value: see http://crbug.com/612558 |
|
msw
2016/05/17 21:14:12
nit: values
|
| // The user clicked the advanced option. |
| - SET_STATE_OPTIONS, |
| + SET_STATE_OPTIONS = 1, |
| // The user clicked "Done" and went back from the advanced option. |
| LEAVE_STATE_OPTIONS, |