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

Unified Diff: chrome/browser/gtk/translate/translate_infobar_base_gtk.h

Issue 5794003: Deinline even more destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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/gtk/translate/translate_infobar_base_gtk.h
diff --git a/chrome/browser/gtk/translate/translate_infobar_base_gtk.h b/chrome/browser/gtk/translate/translate_infobar_base_gtk.h
index 8b2303b4edb24b89096a4c10d8c5750c5934b74b..ae147ca55341f24342de6e96330c36e584a3cc7a 100644
--- a/chrome/browser/gtk/translate/translate_infobar_base_gtk.h
+++ b/chrome/browser/gtk/translate/translate_infobar_base_gtk.h
@@ -43,7 +43,7 @@ class TranslateInfoBarBase : public TranslateInfoBarView,
protected:
// Sub-classes that want to have the options menu button showing sould
// override and return true.
- virtual bool ShowOptionsMenuButton() const { return false; }
+ virtual bool ShowOptionsMenuButton() const;
// Creates a label with the appropriate font and color for the translate
// infobars.
« no previous file with comments | « chrome/browser/gtk/location_bar_view_gtk.cc ('k') | chrome/browser/gtk/translate/translate_infobar_base_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698