| Index: chrome/browser/mac/keystone_registration.mm
|
| diff --git a/chrome/browser/mac/keystone_registration.mm b/chrome/browser/mac/keystone_registration.mm
|
| index 779ec9425c1c128ea585017093d7d6f0853b3b16..82e26599cd50de8fbb426d3b9a05c677d461ef69 100644
|
| --- a/chrome/browser/mac/keystone_registration.mm
|
| +++ b/chrome/browser/mac/keystone_registration.mm
|
| @@ -39,4 +39,8 @@ NSString* KSUpdateCheckSuccessfullyInstalledKey = @"SuccessfullyInstalled";
|
|
|
| NSString* KSRegistrationRemoveExistingTag = @"";
|
|
|
| +NSString* KSReportingAttributeValueKey = @"value";
|
| +NSString* KSReportingAttributeExpirationDateKey = @"expiresAt";
|
| +NSString* KSReportingAttributeAggregationTypeKey = @"aggregation";
|
| +
|
| } // namespace keystone_registration
|
|
|