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

Unified Diff: chrome/app/keystone_glue.h

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 | « no previous file | chrome/app/keystone_glue.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/keystone_glue.h
===================================================================
--- chrome/app/keystone_glue.h (revision 30194)
+++ chrome/app/keystone_glue.h (working copy)
@@ -86,9 +86,6 @@
// Accessor for recentNotification_. Returns an autoreleased NSNotification.
- (NSNotification*)recentNotification;
-// Clears the saved recentNotification_.
-- (void)clearRecentNotification;
-
// Accessor for the kAutoupdateStatusStatus field of recentNotification_'s
// userInfo dictionary.
- (AutoupdateStatus)recentStatus;
@@ -101,11 +98,6 @@
@interface KeystoneGlue(ExposedForTesting)
-// Release the shared instance. Use this in tests to reset the shared
-// instance in case strange things are done to it for testing purposes. Never
-// call this from non-test code.
-+ (void)releaseDefaultKeystoneGlue;
-
// Load any params we need for configuring Keystone.
- (void)loadParameters;
« no previous file with comments | « no previous file | chrome/app/keystone_glue.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698