From 67694b50bf3fbc19076875301cab714a14a3a85b Mon Sep 17 00:00:00 2001 From: "pinkerton@chromium.org" Date: Fri, 12 Feb 2010 14:02:15 +0000 Subject: Remove outdated comments, add reference to design doc. BUG=34659 TEST=none Review URL: http://codereview.chromium.org/600080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38891 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/tab_strip_controller.h | 7 ++----- chrome/browser/cocoa/tab_strip_controller.mm | 3 --- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'chrome/browser') diff --git a/chrome/browser/cocoa/tab_strip_controller.h b/chrome/browser/cocoa/tab_strip_controller.h index 3341cd1..1bb6bed 100644 --- a/chrome/browser/cocoa/tab_strip_controller.h +++ b/chrome/browser/cocoa/tab_strip_controller.h @@ -29,11 +29,8 @@ class ToolbarModel; // TabStripModel. The Obj-C part of this class handles drag and drop and all // the other Cocoa-y aspects. // -// When a new tab is created, we create a TabController which manages loading -// the contents, including toolbar, from a separate nib file. This controller -// then handles replacing the contentView of the window. As tabs are switched, -// the single child of the contentView is swapped around to hold the contents -// (toolbar and all) representing that tab. +// For a full description of the design, see +// http://www.chromium.org/developers/design-documents/tab-strip-mac @interface TabStripController : NSObject