summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/tab_controller.h
diff options
context:
space:
mode:
authorpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-16 18:25:18 +0000
committerpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-16 18:25:18 +0000
commit7458b20b76ae96f42de87e8c47d07bb8fb304a0e (patch)
tree94c877ce3ddb88608a156deb172dcae632e42739 /chrome/browser/cocoa/tab_controller.h
parentf2eefdabd9adf6c31676a401b4fc01e4e9218cbe (diff)
downloadchromium_src-7458b20b76ae96f42de87e8c47d07bb8fb304a0e.zip
chromium_src-7458b20b76ae96f42de87e8c47d07bb8fb304a0e.tar.gz
chromium_src-7458b20b76ae96f42de87e8c47d07bb8fb304a0e.tar.bz2
Add a test helper to pull out some common code. Add a test for tab controller. Don't dead-strip un-referenced objective-C code in the unit_test target. Use the appropriate bundle when loading the tab nib. (take two, most of this was backed out earlier).
Review URL: http://codereview.chromium.org/77004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/tab_controller.h')
-rw-r--r--chrome/browser/cocoa/tab_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/tab_controller.h b/chrome/browser/cocoa/tab_controller.h
index 82f3bb5..45d93ab 100644
--- a/chrome/browser/cocoa/tab_controller.h
+++ b/chrome/browser/cocoa/tab_controller.h
@@ -23,7 +23,7 @@
BOOL loading_;
NSImage *image_;
id<TabControllerTarget> target_; // weak, where actions are sent
- SEL action_; // selector sent when tab is seleted by clicking
+ SEL action_; // selector sent when tab is selected by clicking
}
@property(retain, nonatomic) NSImage *image;