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..bced4be17698981771a8865132e5bbdec630a644 100644 |
--- a/chrome/browser/mac/keystone_registration.h |
+++ b/chrome/browser/mac/keystone_registration.h |
@@ -62,6 +62,8 @@ extern NSString* KSRegistrationRemoveExistingTag; |
authorization:(AuthorizationRef)authorization; |
- (void)setActive; |
+- (BOOL)setActiveWithReportingAttributes:(NSArray *)reportingAttributes |
Mark Mentovai
2014/10/02 16:07:23
Chrome style nestles the * up against the type nam
Mike Lerman
2014/10/06 16:49:08
Thanks
|
+ error:(NSError **)error; |
- (void)checkForUpdate; |
- (void)startUpdate; |
- (keystone_registration::KSRegistrationTicketType)ticketType; |