| Index: chrome/browser/sync/glue/sync_backend_host.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
|
| index fa5a46ce5dcd5d1352b78b2363e8b54b110b6a39..2b59d868d6f354bb6372b05a848e63768d3cc1cd 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -335,7 +335,8 @@ class SyncBackendHost
|
| syncer::UnrecoverableErrorHandler* unrecoverable_error_handler,
|
| syncer::ReportUnrecoverableErrorFunction
|
| report_unrecoverable_error_function,
|
| - bool use_oauth2_token);
|
| + bool use_oauth2_token,
|
| + bool create_invalidator);
|
| ~DoInitializeOptions();
|
|
|
| base::MessageLoop* sync_loop;
|
| @@ -360,6 +361,7 @@ class SyncBackendHost
|
| syncer::ReportUnrecoverableErrorFunction
|
| report_unrecoverable_error_function;
|
| bool use_oauth2_token;
|
| + bool create_invalidator;
|
| };
|
|
|
| // Allows tests to perform alternate core initialization work.
|
|
|