| Index: chrome/browser/mac/keystone_glue.h
|
| diff --git a/chrome/browser/mac/keystone_glue.h b/chrome/browser/mac/keystone_glue.h
|
| index 2355fff6d2217f853e1577ba737e6e11d33eb2fd..e161790d99c45d16bb18b1e57c5f06e7b5d1640d 100644
|
| --- a/chrome/browser/mac/keystone_glue.h
|
| +++ b/chrome/browser/mac/keystone_glue.h
|
| @@ -166,6 +166,10 @@ enum BrandFileType {
|
| - (BOOL)needsPromotion;
|
| - (BOOL)wantsPromotion;
|
|
|
| +// -isAutoupdateEnabledForAllUsers indicates whether or not autoupdate is
|
| +// turned on for all users.
|
| +- (BOOL)isAutoupdateEnabledForAllUsers;
|
| +
|
| // Promotes the Keystone ticket into the system store. System Keystone will
|
| // be installed if necessary. If synchronous is NO, the promotion may occur
|
| // in the background. synchronous should be YES for promotion during
|
|
|