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

Unified Diff: chrome/browser/browser_window_controller.h

Issue 18501: remove the NSToolbar, improve the appearance a little bit. ObjC style member ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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/app/nibs/English.lproj/BrowserWindow.xib ('k') | chrome/browser/browser_window_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_window_controller.h
===================================================================
--- chrome/browser/browser_window_controller.h (revision 8452)
+++ chrome/browser/browser_window_controller.h (working copy)
@@ -17,16 +17,14 @@
NSWindowController<NSUserInterfaceValidations> {
@private
Browser* browser_; // strong
- BrowserWindow* window_shim_; // strong
+ BrowserWindow* windowShim_; // strong
- // Some toolbar items for IB. We can remove these if we stop using IB for
- // NSToolbar support (it only half works).
- IBOutlet NSToolbarItem* back_button_;
- IBOutlet NSToolbarItem* forward_button_;
- IBOutlet NSToolbarItem* url_bar_;
+ // Views for the toolbar
+ IBOutlet NSView* toolbarView_;
+ IBOutlet NSTextField* urlBarView_;
- // This will become its own view at some point.
- IBOutlet NSView* tab_bar_view_;
+ // Views for the tabs
+ IBOutlet NSView* tabBarView_;
}
// Load the browser window nib and do any Cocoa-specific initialization.
« no previous file with comments | « chrome/app/nibs/English.lproj/BrowserWindow.xib ('k') | chrome/browser/browser_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698