Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3544)

Unified Diff: chrome/browser/ui/views/translate/translate_bubble_view.h

Issue 59383003: Add the button style for combobox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TransparentButton and use those Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 bb070200a92a722e975dc9f5ffa6b8a9996bba7d..8036efc8b73a044a198883eac310945aded41cc6 100644
--- a/chrome/browser/ui/views/translate/translate_bubble_view.h
+++ b/chrome/browser/ui/views/translate/translate_bubble_view.h
@@ -63,8 +63,9 @@ class TranslateBubbleView : public views::BubbleDelegateView,
virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
virtual gfx::Size GetPreferredSize() OVERRIDE;
- // views::CombboxListener method.
+ // views::CombboxListener methods.
virtual void OnSelectedIndexChanged(views::Combobox* combobox) OVERRIDE;
+ virtual void OnComboboxTextButtonClicked(views::Combobox* combobox) OVERRIDE;
// views::LinkListener method.
virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/ui/views/translate/translate_bubble_view.cc » ('j') | ui/views/controls/combobox/combobox.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698