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

Unified Diff: chrome/browser/ui/cocoa/tabs/side_tab_strip_controller.mm

Issue 7566016: Fullscreen support for Lion. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/browser/ui/cocoa/tabs/side_tab_strip_controller.mm
===================================================================
--- chrome/browser/ui/cocoa/tabs/side_tab_strip_controller.mm (revision 95287)
+++ chrome/browser/ui/cocoa/tabs/side_tab_strip_controller.mm (working copy)
@@ -23,7 +23,7 @@
if (self) {
// Side tabs have no indent since they are not sharing space with the
// window controls.
- [self setIndentForControls:0.0];
+ [self setLeftIndentForControls:0.0];
verticalLayout_ = YES;
}
return self;

Powered by Google App Engine
This is Rietveld 408576698