| Index: components/browser_sync/browser/profile_sync_service.h
|
| diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
|
| index 9909a296326d592f460adcc3c84e06fbbe082ade..fbef36d693f17e85db30cbf26312dc4e488d7666 100644
|
| --- a/components/browser_sync/browser/profile_sync_service.h
|
| +++ b/components/browser_sync/browser/profile_sync_service.h
|
| @@ -566,6 +566,10 @@ class ProfileSyncService : public sync_driver::SyncService,
|
| // killed in the near future.
|
| void FlushDirectory() const;
|
|
|
| + // Returns a serialized NigoriKey proto generated from the bootstrap token in
|
| + // SyncPrefs. Will return the empty string if no bootstrap token exists.
|
| + std::string GetCustomPassphraseKey() const;
|
| +
|
| // Needed to test whether the directory is deleted properly.
|
| base::FilePath GetDirectoryPathForTest() const;
|
|
|
|
|