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

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

Issue 7745057: Speculative fix for 93314. I suspect the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « no previous file | chrome/browser/ui/views/infobars/before_translate_infobar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/infobars/before_translate_infobar.h
diff --git a/chrome/browser/ui/views/infobars/before_translate_infobar.h b/chrome/browser/ui/views/infobars/before_translate_infobar.h
index c77ac57417baf0ca4e9bbbb0ca37c280a9660e2c..f7e0ad0a4e0f2855878257b6acecf8c82744a223 100644
--- a/chrome/browser/ui/views/infobars/before_translate_infobar.h
+++ b/chrome/browser/ui/views/infobars/before_translate_infobar.h
@@ -14,6 +14,7 @@
class TranslateInfoBarDelegate;
namespace views {
class MenuButton;
+class MenuRunner;
}
class BeforeTranslateInfoBar : public TranslateInfoBarBase,
@@ -52,6 +53,8 @@ class BeforeTranslateInfoBar : public TranslateInfoBarBase,
LanguagesMenuModel languages_menu_model_;
OptionsMenuModel options_menu_model_;
+ scoped_ptr<views::MenuRunner> menu_runner_;
+
DISALLOW_COPY_AND_ASSIGN(BeforeTranslateInfoBar);
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/before_translate_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698