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 d99bcf7d26a6009b3bf8b32ce10010d2d63118ee..ae8139f16fa5c22a1e8116001d061f407a7e530a 100644 |
| --- a/chrome/browser/ui/translate/translate_bubble_view_state_transition.h |
| +++ b/chrome/browser/ui/translate/translate_bubble_view_state_transition.h |
| @@ -62,6 +62,12 @@ enum TranslateBubbleUiEvent { |
| // The user changed the "Target language". |
| TARGET_LANGUAGE_MENU_CLICKED, |
| + // The user click to activate the Omnibar Translate icon. |
|
msw
2016/05/11 18:51:35
'Omnibar' is not the correct colloquial term; say
ftang
2016/05/11 23:20:23
Done.
|
| + OMNIBAR_ICON_CLICK_ACTIVATE, |
| + |
| + // The user click to deactivate the Omnibar Translate icon. |
| + OMNIBAR_ICON_CLICK_DEACTIVATE, |
| + |
| TRANSLATE_BUBBLE_UI_EVENT_MAX |
| }; |