| Index: ios/chrome/browser/sync/sync_setup_service.h
|
| diff --git a/ios/chrome/browser/sync/sync_setup_service.h b/ios/chrome/browser/sync/sync_setup_service.h
|
| index a8d14064a1ce20339daf9acf4960628f576ea698..95a259bf53dd178079507642d5f866c74ad9e75d 100644
|
| --- a/ios/chrome/browser/sync/sync_setup_service.h
|
| +++ b/ios/chrome/browser/sync/sync_setup_service.h
|
| @@ -60,6 +60,8 @@ class SyncSetupService : public KeyedService {
|
| // Enables or disables sync. Changes won't take effect in the sync backend
|
| // before the next call to |CommitChanges|.
|
| virtual void SetSyncEnabled(bool sync_enabled);
|
| + // Returns whether secondary passphrase is enabled.
|
| + virtual bool IsSecondaryPassphraseEnabled() const;
|
|
|
| // Returns all currently enabled datatypes.
|
| syncer::ModelTypeSet GetDataTypes() const;
|
|
|