| 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 5facc1ea90cea4ea1464489cc18d63cf1bde163c..17ab842039833fa7061b187187780975ff819fd1 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;
|
|
|