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

Unified Diff: chrome/browser/cocoa/sync_customize_controller.h

Issue 2714006: [Mac] Added (disabled) UI for extensions sync on OS X. (Closed)
Patch Set: . Created 10 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/nibs/SyncCustomize.xib ('k') | chrome/browser/cocoa/sync_customize_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/sync_customize_controller.h
diff --git a/chrome/browser/cocoa/sync_customize_controller.h b/chrome/browser/cocoa/sync_customize_controller.h
index 32f626ebf3bb13bbda4d71ccf3ecf5618858bf45..da222039c451b8eee6ce95ba6ac0e3908ed77537 100644
--- a/chrome/browser/cocoa/sync_customize_controller.h
+++ b/chrome/browser/cocoa/sync_customize_controller.h
@@ -28,6 +28,7 @@ class ProfileSyncService;
BOOL preferencesRegistered_;
BOOL autofillRegistered_;
BOOL themesRegistered_;
+ BOOL extensionsRegistered_;
// The preferred flags indicate which model types the user would
// like to sync.
@@ -35,6 +36,7 @@ class ProfileSyncService;
BOOL preferencesPreferred_;
BOOL autofillPreferred_;
BOOL themesPreferred_;
+ BOOL extensionsPreferred_;
}
// syncService cannot be NULL.
@@ -54,11 +56,13 @@ class ProfileSyncService;
@property(assign) BOOL preferencesRegistered;
@property(assign) BOOL autofillRegistered;
@property(assign) BOOL themesRegistered;
+@property(assign) BOOL extensionsRegistered;
@property(assign) BOOL bookmarksPreferred;
@property(assign) BOOL preferencesPreferred;
@property(assign) BOOL autofillPreferred;
@property(assign) BOOL themesPreferred;
+@property(assign) BOOL extensionsPreferred;
@property(readonly) BOOL okEnabled;
« no previous file with comments | « chrome/app/nibs/SyncCustomize.xib ('k') | chrome/browser/cocoa/sync_customize_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698