| Index: chrome/app/keystone_glue.mm
|
| ===================================================================
|
| --- chrome/app/keystone_glue.mm (revision 30194)
|
| +++ chrome/app/keystone_glue.mm (working copy)
|
| @@ -110,11 +110,6 @@
|
| return sDefaultKeystoneGlue;
|
| }
|
|
|
| -+ (void)releaseDefaultKeystoneGlue {
|
| - [sDefaultKeystoneGlue release];
|
| - sDefaultKeystoneGlue = nil;
|
| -}
|
| -
|
| - (id)init {
|
| if ((self = [super init])) {
|
| NSNotificationCenter* center = [NSNotificationCenter defaultCenter];
|
| @@ -395,10 +390,6 @@
|
| return [[recentNotification_ retain] autorelease];
|
| }
|
|
|
| -- (void)clearRecentNotification {
|
| - recentNotification_.reset(nil);
|
| -}
|
| -
|
| - (AutoupdateStatus)recentStatus {
|
| NSDictionary* dictionary = [recentNotification_ userInfo];
|
| return static_cast<AutoupdateStatus>(
|
|
|