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

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

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.h
diff --git a/components/sync/engine/test_engine_components_factory.h b/components/sync/engine/test_engine_components_factory.h
index 575f8c530d22ae7d59aedd7354d1b191e7a34007..0f2ec77b8f2e81313c022a97125bbd2558e228a5 100644
--- a/components/sync/engine/test_engine_components_factory.h
+++ b/components/sync/engine/test_engine_components_factory.h
@@ -24,7 +24,8 @@ class TestEngineComponentsFactory : public EngineComponentsFactory {
std::unique_ptr<SyncScheduler> BuildScheduler(
const std::string& name,
SyncCycleContext* context,
- CancelationSignal* cancelation_signal) override;
+ CancelationSignal* cancelation_signal,
+ bool ignore_auth_credentials) override;
std::unique_ptr<SyncCycleContext> BuildContext(
ServerConnectionManager* connection_manager,
« no previous file with comments | « components/sync/engine/engine_components_factory_impl.cc ('k') | components/sync/engine/test_engine_components_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698