Index: chrome/browser/mac/keystone_registration.h |
diff --git a/chrome/browser/mac/keystone_registration.h b/chrome/browser/mac/keystone_registration.h |
index 3ef981d268695aa5ae35f91b9d5a6e647d5954c4..056dde1f0b58ada46470544aa54e9735bcfe7cb5 100644 |
--- a/chrome/browser/mac/keystone_registration.h |
+++ b/chrome/browser/mac/keystone_registration.h |
@@ -61,8 +61,8 @@ extern NSString* KSRegistrationRemoveExistingTag; |
- (BOOL)promoteWithParameters:(NSDictionary*)args |
authorization:(AuthorizationRef)authorization; |
-- (void)setActive; |
-- (void)checkForUpdate; |
+- (BOOL)setActive; |
oemilyo
2014/09/22 21:45:22
setActive is still (void) in 7671. (The change to
oemilyo
2014/09/22 21:48:36
Ignore my comment... this actually got in. So this
|
+- (void)checkForUpdateWasUserInitiated:(BOOL)userInitiated; |
- (void)startUpdate; |
- (keystone_registration::KSRegistrationTicketType)ticketType; |