Index: chrome/browser/gtk/browser_window_gtk.h |
diff --git a/chrome/browser/gtk/browser_window_gtk.h b/chrome/browser/gtk/browser_window_gtk.h |
index ee48c9b0c8ad0ac87d15ed44d3707c9c59f80aec..cbe75634fef52168bb43b237f7b91e998c51db31 100644 |
--- a/chrome/browser/gtk/browser_window_gtk.h |
+++ b/chrome/browser/gtk/browser_window_gtk.h |
@@ -394,6 +394,12 @@ class BrowserWindowGtk : public BrowserWindow, |
CompactNavigationBar* compact_navigation_bar_; |
StatusAreaView* status_area_; |
+ // The MainMenu button. |
+ CustomDrawButton* main_menu_button_; |
+ |
+ // A hbox container for the compact navigation bar. |
+ GtkWidget* compact_navbar_hbox_; |
+ |
static bool next_window_should_use_compact_nav_; |
#endif |