Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: components/sync/engine/test_engine_components_factory.cc

Issue 2494873003: [Sync] Allow sync start without sign-in if the local sync backend is on. (Closed)
Patch Set: Remove ifdefs around include. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/engine/test_engine_components_factory.cc
diff --git a/components/sync/engine/test_engine_components_factory.cc b/components/sync/engine/test_engine_components_factory.cc
index 116c6d2bbcc7dd7b7d7792f2a2dda3bace64304d..d71f1b5317f01716c0f41ab952bf46fe584f0c92 100644
--- a/components/sync/engine/test_engine_components_factory.cc
+++ b/components/sync/engine/test_engine_components_factory.cc
@@ -25,7 +25,8 @@ TestEngineComponentsFactory::~TestEngineComponentsFactory() {}
std::unique_ptr<SyncScheduler> TestEngineComponentsFactory::BuildScheduler(
const std::string& name,
SyncCycleContext* context,
- CancelationSignal* cancelation_signal) {
+ CancelationSignal* cancelation_signal,
+ bool ignore_auth_credentials) {
return std::unique_ptr<SyncScheduler>(new FakeSyncScheduler());
}
« no previous file with comments | « components/sync/engine/test_engine_components_factory.h ('k') | components/sync/engine_impl/sync_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698