| Index: chrome/browser/ui/views/translate/translate_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/translate/translate_bubble_view.h b/chrome/browser/ui/views/translate/translate_bubble_view.h
|
| index 72379ef36f0649a1260772f1943bc335a0aef60b..9a97f744baa10dc651ea293a7e8c5de8b9bbfa56 100644
|
| --- a/chrome/browser/ui/views/translate/translate_bubble_view.h
|
| +++ b/chrome/browser/ui/views/translate/translate_bubble_view.h
|
| @@ -64,8 +64,7 @@ class TranslateBubbleView : public views::BubbleDelegateView,
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
|
|
| // views::CombboxListener methods.
|
| - virtual void OnSelectedIndexChanged(views::Combobox* combobox) OVERRIDE;
|
| - virtual void OnComboboxTextButtonClicked(views::Combobox* combobox) OVERRIDE;
|
| + virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
|
|
|
| // views::LinkListener method.
|
| virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
|
| @@ -131,7 +130,7 @@ class TranslateBubbleView : public views::BubbleDelegateView,
|
| void HandleLinkClicked(LinkID sender_id);
|
|
|
| // Handles the event when the user changes an index of a combobox.
|
| - void HandleComboboxSelectedIndexChanged(ComboboxID sender_id);
|
| + void HandleComboboxPerformAction(ComboboxID sender_id);
|
|
|
| // Updates the visibilities of child views according to the current view type.
|
| void UpdateChildVisibilities();
|
|
|