Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: chrome/app/keystone_glue.mm

Issue 333049: Make KeystoneGlue less antisocial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/keystone_glue.h ('k') | chrome/app/keystone_glue_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>(
« no previous file with comments | « chrome/app/keystone_glue.h ('k') | chrome/app/keystone_glue_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698