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

Unified Diff: chrome/browser/gtk/browser_window_gtk.h

Issue 165272: Add a first attempt at a compact location bar and a status bar. The status ba... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/defaults.cc ('k') | chrome/browser/gtk/browser_window_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/browser_window_gtk.h
===================================================================
--- chrome/browser/gtk/browser_window_gtk.h (revision 22968)
+++ chrome/browser/gtk/browser_window_gtk.h (working copy)
@@ -19,6 +19,11 @@
#include "chrome/common/pref_member.h"
#include "chrome/common/x11_util.h"
+#ifdef OS_CHROMEOS
+class CompactNavigationBar;
+class StatusAreaView;
+#endif
+
class BookmarkBarGtk;
class Browser;
class BrowserTitlebar;
@@ -338,6 +343,9 @@
bool drag_active_;
// Controls interactions with the window manager for popup panels.
PanelController* panel_controller_;
+
+ CompactNavigationBar* compact_navigation_bar_;
+ StatusAreaView* status_area_;
#endif
// A map which translates an X Window ID into its respective GtkWindow.
« no previous file with comments | « chrome/browser/defaults.cc ('k') | chrome/browser/gtk/browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698