| 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 f9f73e81a59de3ec8c10f98317ee620570cebdc9..5a8d206cddfc29a1271b58c6ede70e5cef6d2932 100644
|
| --- a/chrome/browser/ui/translate/translate_bubble_view_state_transition.h
|
| +++ b/chrome/browser/ui/translate/translate_bubble_view_state_transition.h
|
| @@ -72,6 +72,11 @@ enum TranslateBubbleUiEvent {
|
| // The translate bubble was shown to the user.
|
| BUBBLE_SHOWN,
|
|
|
| + // The translate bubble was requested but browser's window state did not
|
| + // permit the UI to be shown (minimized, user started editing a field, the
|
| + // window went away, etc.)
|
| + BUBBLE_REQUESTED_BUT_NOT_SHOWN,
|
| +
|
| TRANSLATE_BUBBLE_UI_EVENT_MAX
|
| };
|
|
|
|
|