Chromium Code Reviews| 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 87567b85bf583b71df069a5f73d3643b9e65eb15..0b458efc93a7dcb21340686483903acbf18da851 100644 |
| --- a/sync/internal_api/public/sync_manager.h |
| +++ b/sync/internal_api/public/sync_manager.h |
| @@ -382,6 +382,7 @@ class SyncManager { |
| const SyncCredentials& credentials, |
| scoped_ptr<syncer::SyncNotifier> sync_notifier, |
| const std::string& restored_key_for_bootstrapping, |
| + bool keystore_encryption_enabled, |
|
tim (not reviewing)
2012/07/26 21:53:15
ahem. enum police :/ I suppose this is temporary
Nicolas Zea
2012/07/27 00:43:15
Yeah, since this is just there while the feature i
|
| TestingMode testing_mode, |
| syncer::Encryptor* encryptor, |
| syncer::UnrecoverableErrorHandler* unrecoverable_error_handler, |