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

Unified Diff: chrome/browser/views/tabs/tab_strip.h

Issue 2824044: Implement App Tabs for GTK (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: last cr change Created 10 years, 6 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/tab_contents/tab_contents.h ('k') | chrome/browser/views/tabs/tab_strip.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/tab_strip.h
diff --git a/chrome/browser/views/tabs/tab_strip.h b/chrome/browser/views/tabs/tab_strip.h
index a88a2471c0766ee9045b71ff7ed2263e5ddf9d62..92ba7f92c1d6830c388d8c1c9eb81edc624663d5 100644
--- a/chrome/browser/views/tabs/tab_strip.h
+++ b/chrome/browser/views/tabs/tab_strip.h
@@ -122,10 +122,6 @@ class TabStrip : public BaseTabStrip,
// Horizontal gap between mini and non-mini-tabs.
static const int mini_to_non_mini_gap_;
- // Extra horizontal gap (on top of mini_to_non_mini_gap_) when one of the
- // mini tabs is a nano tab.
- static const int extra_gap_for_nano_;
-
private:
friend class DraggedTabController;
@@ -181,9 +177,6 @@ class TabStrip : public BaseTabStrip,
// Returns the number of mini-tabs.
int GetMiniTabCount() const;
- // Returns the number of nano-tabs.
- int GetNanoTabCount() const;
-
// -- Tab Resize Layout -----------------------------------------------------
// Returns the exact (unrounded) current width of each tab.
@@ -194,11 +187,10 @@ class TabStrip : public BaseTabStrip,
// desired strip width and number of tabs. If
// |width_of_tabs_for_mouse_close_| is nonnegative we use that value in
// calculating the desired strip width; otherwise we use the current width.
- // |mini_tab_count| gives the number of mini-tabs, |nano_tab_count| the
- // number of mini-tabs and |tab_count| the number of mini and non-mini-tabs.
+ // |mini_tab_count| gives the number of mini-tabs and |tab_count| the number
+ // of mini and non-mini-tabs.
void GetDesiredTabWidths(int tab_count,
int mini_tab_count,
- int nano_tab_count,
double* unselected_width,
double* selected_width) const;
« no previous file with comments | « chrome/browser/tab_contents/tab_contents.h ('k') | chrome/browser/views/tabs/tab_strip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698