summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/sync_backend_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/sync_backend_host.h')
-rw-r--r--chrome/browser/sync/glue/sync_backend_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
index 5d886d1..7c712e3 100644
--- a/chrome/browser/sync/glue/sync_backend_host.h
+++ b/chrome/browser/sync/glue/sync_backend_host.h
@@ -293,7 +293,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
sync_notifier::SyncNotifierFactory* sync_notifier_factory,
bool delete_sync_data_folder,
const std::string& restored_key_for_bootstrapping,
- bool setup_for_test_mode,
+ sync_api::SyncManager::TestingMode testing_mode,
UnrecoverableErrorHandler* unrecoverable_error_handler,
ReportUnrecoverableErrorFunction report_unrecoverable_error_function);
~DoInitializeOptions();
@@ -311,7 +311,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
std::string lsid;
bool delete_sync_data_folder;
std::string restored_key_for_bootstrapping;
- bool setup_for_test_mode;
+ sync_api::SyncManager::TestingMode testing_mode;
UnrecoverableErrorHandler* unrecoverable_error_handler;
ReportUnrecoverableErrorFunction report_unrecoverable_error_function;
};