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

Unified Diff: chrome/browser/mac/keystone_registration.h

Issue 577353006: Update KeystoneRegistration.framework to 1.2.0.7671 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/browser/mac/keystone_glue_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/mac/keystone_glue_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698