Chromium Code Reviews| 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..16daeb986791acf0a4f4da81caa76d6377c977b5 100644 |
| --- a/components/sync/base/sync_prefs.h |
| +++ b/components/sync/base/sync_prefs.h |
| @@ -180,6 +180,9 @@ class SyncPrefs : NON_EXPORTED_BASE(public base::NonThreadSafe), |
| void GetNigoriSpecificsForPassphraseTransition( |
| sync_pb::NigoriSpecifics* nigori_specifics) const; |
| + bool IsLocalSyncEnabled() const; |
|
Nicolas Zea
2016/11/29 18:32:15
nit: Add comment about what these methods relate t
pastarmovj
2016/12/01 10:15:10
Done.
|
| + base::FilePath GetLocalSyncBackendDir() const; |
| + |
| private: |
| void RegisterPrefGroups(); |