| Index: sync/internal_api/sync_manager_impl.h
|
| diff --git a/sync/internal_api/sync_manager_impl.h b/sync/internal_api/sync_manager_impl.h
|
| index 7fa917e720ee8799b2d0dd8187d7b1f39020731a..90b5753878d82a1958fbd1cd0a9445ba3a9d4a59 100644
|
| --- a/sync/internal_api/sync_manager_impl.h
|
| +++ b/sync/internal_api/sync_manager_impl.h
|
| @@ -106,7 +106,6 @@ class SyncManagerImpl : public SyncManager,
|
| virtual void AddObserver(SyncManager::Observer* observer) OVERRIDE;
|
| virtual void RemoveObserver(SyncManager::Observer* observer) OVERRIDE;
|
| virtual SyncStatus GetDetailedStatus() const OVERRIDE;
|
| - virtual bool GetKeystoreKeyBootstrapToken(std::string* token) OVERRIDE;
|
| virtual void SaveChanges() OVERRIDE;
|
| virtual void StopSyncingForShutdown(const base::Closure& callback) OVERRIDE;
|
| virtual void ShutdownOnSyncThread() OVERRIDE;
|
| @@ -121,7 +120,8 @@ class SyncManagerImpl : public SyncManager,
|
| const sync_pb::EncryptedData& pending_keys) OVERRIDE;
|
| virtual void OnPassphraseAccepted() OVERRIDE;
|
| virtual void OnBootstrapTokenUpdated(
|
| - const std::string& bootstrap_token) OVERRIDE;
|
| + const std::string& bootstrap_token,
|
| + BootstrapTokenType type) OVERRIDE;
|
| virtual void OnEncryptedTypesChanged(
|
| ModelTypeSet encrypted_types,
|
| bool encrypt_everything) OVERRIDE;
|
|
|