| Index: components/sync/base/sync_prefs.h
|
| diff --git a/components/sync/base/sync_prefs.h b/components/sync/base/sync_prefs.h
|
| index c4eb25eda1b50b24612b1f74ba5a94517b1a4e99..94925b7fe3109a5c570615bbde32c07bc180abd8 100644
|
| --- a/components/sync/base/sync_prefs.h
|
| +++ b/components/sync/base/sync_prefs.h
|
| @@ -180,6 +180,10 @@ class SyncPrefs : NON_EXPORTED_BASE(public base::NonThreadSafe),
|
| void GetNigoriSpecificsForPassphraseTransition(
|
| sync_pb::NigoriSpecifics* nigori_specifics) const;
|
|
|
| + // Gets the local sync backend enabled state and its database location.
|
| + bool IsLocalSyncEnabled() const;
|
| + base::FilePath GetLocalSyncBackendDir() const;
|
| +
|
| private:
|
| void RegisterPrefGroups();
|
|
|
|
|