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

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

Issue 2583743002: Add mac-only "Set Up Automatic Updates..." button to the new about page. (Closed)
Patch Set: add back nullptr check Created 4 years 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/app/settings_strings.grdp ('k') | chrome/browser/mac/keystone_glue.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/mac/keystone_glue.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698