| Index: sync/internal_api/public/sync_manager.h
|
| diff --git a/sync/internal_api/public/sync_manager.h b/sync/internal_api/public/sync_manager.h
|
| index dfd3cb302cd4e10853db84d82a8d85ac32ae2da9..3a874404b9a0674215e90b638315908df806450c 100644
|
| --- a/sync/internal_api/public/sync_manager.h
|
| +++ b/sync/internal_api/public/sync_manager.h
|
| @@ -387,10 +387,6 @@ class SyncManager {
|
| // Status-related getter. May be called on any thread.
|
| virtual SyncStatus GetDetailedStatus() const = 0;
|
|
|
| - // Extracts the keystore encryption bootstrap token if a keystore key existed.
|
| - // Returns true if bootstrap token successfully extracted, false otherwise.
|
| - virtual bool GetKeystoreKeyBootstrapToken(std::string* token) = 0;
|
| -
|
| // Call periodically from a database-safe thread to persist recent changes
|
| // to the syncapi model.
|
| virtual void SaveChanges() = 0;
|
|
|