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

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

Issue 6362007: [Mac] Organize all tab/tab strip files into chrome/browser/ui/cocoa/tabs/.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/browser/ui/cocoa/side_tab_strip_controller.h ('k') | chrome/browser/ui/cocoa/side_tab_strip_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/side_tab_strip_controller.mm
===================================================================
--- chrome/browser/ui/cocoa/side_tab_strip_controller.mm (revision 71805)
+++ chrome/browser/ui/cocoa/side_tab_strip_controller.mm (working copy)
@@ -1,33 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#import "chrome/browser/ui/cocoa/side_tab_strip_controller.h"
-
-@implementation SideTabStripController
-
-// TODO(pinkerton): Still need to figure out several things:
-// - new tab button placement and layout
-// - animating tabs in and out
-// - being able to drop a tab elsewhere besides the 1st position
-// - how to load a different tab view nib for each tab.
-
-- (id)initWithView:(TabStripView*)view
- switchView:(NSView*)switchView
- browser:(Browser*)browser
- delegate:(id<TabStripControllerDelegate>)delegate {
- self = [super initWithView:view
- switchView:switchView
- browser:browser
- delegate:delegate];
- if (self) {
- // Side tabs have no indent since they are not sharing space with the
- // window controls.
- [self setIndentForControls:0.0];
- verticalLayout_ = YES;
- }
- return self;
-}
-
-@end
-
« no previous file with comments | « chrome/browser/ui/cocoa/side_tab_strip_controller.h ('k') | chrome/browser/ui/cocoa/side_tab_strip_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698