| 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..a17ee17de399c2b67751ba4147e45ffeae86db8c 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 values: see http://crbug.com/612558
|
| // 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,
|
|
|