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 42c2b21b894015768e76686376b2ca5513f2ad94..fa5a46ce5dcd5d1352b78b2363e8b54b110b6a39 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -334,7 +334,8 @@ class SyncBackendHost |
syncer::InternalComponentsFactory* internal_components_factory, |
syncer::UnrecoverableErrorHandler* unrecoverable_error_handler, |
syncer::ReportUnrecoverableErrorFunction |
- report_unrecoverable_error_function); |
+ report_unrecoverable_error_function, |
+ bool use_oauth2_token); |
~DoInitializeOptions(); |
base::MessageLoop* sync_loop; |
@@ -358,6 +359,7 @@ class SyncBackendHost |
syncer::UnrecoverableErrorHandler* unrecoverable_error_handler; |
syncer::ReportUnrecoverableErrorFunction |
report_unrecoverable_error_function; |
+ bool use_oauth2_token; |
}; |
// Allows tests to perform alternate core initialization work. |