| Index: chrome/browser/cocoa/about_window_controller.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/about_window_controller.mm (revision 32421)
|
| +++ chrome/browser/cocoa/about_window_controller.mm (working copy)
|
| @@ -72,9 +72,6 @@
|
|
|
| @end // @interface AboutWindowController(Private)
|
|
|
| -const NSString* const kUserClosedAboutNotification =
|
| - @"UserClosedAboutNotification";
|
| -
|
| @implementation AboutWindowController
|
|
|
| - (id)initWithProfile:(Profile*)profile {
|
| @@ -194,8 +191,7 @@
|
| }
|
|
|
| - (void)windowWillClose:(NSNotification*)notification {
|
| - NSNotificationCenter* center = [NSNotificationCenter defaultCenter];
|
| - [center postNotificationName:kUserClosedAboutNotification object:self];
|
| + [self autorelease];
|
| }
|
|
|
| - (void)setUpdateThrobberMessage:(NSString*)message {
|
|
|