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

Unified Diff: chrome/browser/gtk/tabs/tab_strip_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/gtk/browser_window_gtk.cc ('k') | chrome/browser/gtk/tabs/tab_strip_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/tabs/tab_strip_gtk.h
===================================================================
--- chrome/browser/gtk/tabs/tab_strip_gtk.h (revision 22968)
+++ chrome/browser/gtk/tabs/tab_strip_gtk.h (working copy)
@@ -318,11 +318,6 @@
// during animations, so we can't use current_unselected_width_.
void LayoutNewTabButton(double last_tab_right, double unselected_width);
-#if defined(OS_CHROMEOS)
- // Positions the tab overview button.
- void LayoutTabOverviewButton();
-#endif
-
// -- Link Drag & Drop ------------------------------------------------------
// Returns the bounds to render the drop at, in screen coordinates. Sets
@@ -370,15 +365,6 @@
// Optionally a full Layout will be performed, specified by |layout|.
void FinishAnimation(TabAnimation* animation, bool layout);
-#if defined(OS_CHROMEOS)
- // Creates and returns the tab overview button.
- CustomDrawButton* MakeTabOverviewButton();
-
- // Invoked when the user clicks the tab overview button.
- static void OnTabOverviewButtonClicked(GtkWidget* widget,
- TabStripGtk* tabstrip);
-#endif
-
NotificationRegistrar registrar_;
// The Tabs we contain, and their last generated "good" bounds.
@@ -423,11 +409,6 @@
// The New Tab button.
scoped_ptr<CustomDrawButton> newtab_button_;
-#if defined(OS_CHROMEOS)
- // The tab overview button.
- scoped_ptr<CustomDrawButton> tab_overview_button_;
-#endif
-
// Valid for the lifetime of a drag over us.
scoped_ptr<DropInfo> drop_info_;
« no previous file with comments | « chrome/browser/gtk/browser_window_gtk.cc ('k') | chrome/browser/gtk/tabs/tab_strip_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698