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

Side by Side Diff: chrome/browser/mac/keystone_registration.h

Issue 593243002: Profile_Metrics integration with Keystone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Borisv comments Created 6 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_MAC_KEYSTONE_REGISTRATION_H_ 5 #ifndef CHROME_BROWSER_MAC_KEYSTONE_REGISTRATION_H_
6 #define CHROME_BROWSER_MAC_KEYSTONE_REGISTRATION_H_ 6 #define CHROME_BROWSER_MAC_KEYSTONE_REGISTRATION_H_
7 7
8 #import <Foundation/Foundation.h> 8 #import <Foundation/Foundation.h>
9 #include <Security/Authorization.h> 9 #include <Security/Authorization.h>
10 10
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 @interface KSRegistration : NSObject 55 @interface KSRegistration : NSObject
56 56
57 + (id)registrationWithProductID:(NSString*)productID; 57 + (id)registrationWithProductID:(NSString*)productID;
58 58
59 - (BOOL)registerWithParameters:(NSDictionary*)args; 59 - (BOOL)registerWithParameters:(NSDictionary*)args;
60 60
61 - (BOOL)promoteWithParameters:(NSDictionary*)args 61 - (BOOL)promoteWithParameters:(NSDictionary*)args
62 authorization:(AuthorizationRef)authorization; 62 authorization:(AuthorizationRef)authorization;
63 63
64 - (void)setActive; 64 - (void)setActive;
65 - (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
66 error:(NSError **)error;
65 - (void)checkForUpdate; 67 - (void)checkForUpdate;
66 - (void)startUpdate; 68 - (void)startUpdate;
67 - (keystone_registration::KSRegistrationTicketType)ticketType; 69 - (keystone_registration::KSRegistrationTicketType)ticketType;
68 70
69 @end // @interface KSRegistration 71 @end // @interface KSRegistration
70 72
71 #endif // CHROME_BROWSER_MAC_KEYSTONE_REGISTRATION_H_ 73 #endif // CHROME_BROWSER_MAC_KEYSTONE_REGISTRATION_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698