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

Unified Diff: chrome/browser/ui/views/infobars/translate_message_infobar.h

Issue 7969024: Merge 101958 - Attempt at fixing crash in menus shown from infobars. Here's what the (Closed) Base URL: svn://svn.chromium.org/chrome/branches/874/src/
Patch Set: Created 9 years, 3 months 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
« no previous file with comments | « chrome/browser/ui/views/infobars/link_infobar.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/infobars/translate_message_infobar.h
===================================================================
--- chrome/browser/ui/views/infobars/translate_message_infobar.h (revision 102374)
+++ chrome/browser/ui/views/infobars/translate_message_infobar.h (working copy)
@@ -17,10 +17,13 @@
virtual ~TranslateMessageInfoBar();
// TranslateInfoBarBase:
- virtual void Layout();
- virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child);
- virtual void ButtonPressed(views::Button* sender, const views::Event& event);
- virtual int ContentMinimumWidth() const;
+ virtual void Layout() OVERRIDE;
+ virtual void ViewHierarchyChanged(bool is_add,
+ View* parent,
+ View* child) OVERRIDE;
+ virtual void ButtonPressed(views::Button* sender,
+ const views::Event& event) OVERRIDE;
+ virtual int ContentMinimumWidth() const OVERRIDE;
views::Label* label_;
views::TextButton* button_;
« no previous file with comments | « chrome/browser/ui/views/infobars/link_infobar.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698