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

Unified Diff: chrome/browser/browser.h

Issue 3034021: Use check item for side tab menu. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: " Created 10 years, 5 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 | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 5d7f6cc62a5dff669dd0da2553d571475648b30e..0cc0e776aa7873d893c956dd6350bbf13b843063 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -532,6 +532,9 @@ class Browser : public TabStripModelDelegate,
virtual void UpdateDownloadShelfVisibility(bool visible);
+ // Overridden from TabStripModelDelegate:
+ virtual bool UseVerticalTabs() const;
+
/////////////////////////////////////////////////////////////////////////////
// Sets the value of homepage related prefs to new values. Since we do not
@@ -647,7 +650,6 @@ class Browser : public TabStripModelDelegate,
virtual bool CanBookmarkAllTabs() const;
virtual void BookmarkAllTabs();
virtual bool CanCloseTab() const;
- virtual bool UseVerticalTabs() const;
virtual void ToggleUseVerticalTabs();
virtual bool CanRestoreTab();
virtual void RestoreTab();
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698