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

Unified Diff: chrome/browser/cocoa/browser_window_controller.h

Issue 2952004: [Mac] Finish implementation of App Tabs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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
Index: chrome/browser/cocoa/browser_window_controller.h
===================================================================
--- chrome/browser/cocoa/browser_window_controller.h (revision 52312)
+++ chrome/browser/cocoa/browser_window_controller.h (working copy)
@@ -122,9 +122,6 @@
// Bar visibility locks and releases only result (when appropriate) in changes
// in visible state when the following is |YES|.
BOOL barVisibilityUpdatesEnabled_;
-
- // Whether the toolbar is collapsed. Currently used only by extension apps.
- BOOL toolbarCollapsed_;
}
// A convenience class method which gets the |BrowserWindowController| for a
@@ -257,10 +254,6 @@
// browser.
- (void)toggleTabStripDisplayMode;
-// Called when the toolbar is to be hidden or shown. Right now this only occurs
-// when extension apps don't want the toolbar to be shown.
-- (void)setToolbarCollapsedMode:(BOOL)collapsed;
-
// Called when the Add Search Engine dialog is closed.
- (void)sheetDidEnd:(NSWindow*)sheet
returnCode:(NSInteger)code

Powered by Google App Engine
This is Rietveld 408576698