diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 21:52:16 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-19 21:52:16 +0000 |
commit | d4e186524ef4db7f227c57dd61ef727c5eaac623 (patch) | |
tree | 7bf4bc7a25f60c3de9f03f917907fdb151735a81 /chrome/browser/cocoa/about_window_controller.h | |
parent | 2d9c6094d497fac4714ff79205de870c3b6ccaa1 (diff) | |
download | chromium_src-d4e186524ef4db7f227c57dd61ef727c5eaac623.zip chromium_src-d4e186524ef4db7f227c57dd61ef727c5eaac623.tar.gz chromium_src-d4e186524ef4db7f227c57dd61ef727c5eaac623.tar.bz2 |
Moved a whole pile of unittests over to CocoaTest.
AboutIPC.xib - Connected up controller to its window and the window delegate to the controller.
BUG=26484, 26484
TEST=See repro steps in bugs.
Review URL: http://codereview.chromium.org/402066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32551 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/about_window_controller.h')
-rw-r--r-- | chrome/browser/cocoa/about_window_controller.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/cocoa/about_window_controller.h b/chrome/browser/cocoa/about_window_controller.h index 23e76e0..75c1ac6 100644 --- a/chrome/browser/cocoa/about_window_controller.h +++ b/chrome/browser/cocoa/about_window_controller.h @@ -10,10 +10,6 @@ @class BackgroundTileView; class Profile; -// kUserClosedAboutNotification is the name of the notification posted when -// the About window is closed. -extern const NSString* const kUserClosedAboutNotification; - // A window controller that handles the About box. @interface AboutWindowController : NSWindowController { @private |