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

Unified Diff: components/sync/engine_impl/sync_manager_impl.h

Issue 2470153002: Revert of [Sync] Adds a new switch for enabling the new local server backend. (Closed)
Patch Set: Created 4 years, 1 month 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_impl/sync_manager_impl.h
diff --git a/components/sync/engine_impl/sync_manager_impl.h b/components/sync/engine_impl/sync_manager_impl.h
index ed58d801b6f2670a68926034d0f9b9f05449daa4..f7c761452cf34f41194496e90687478b1b46b73d 100644
--- a/components/sync/engine_impl/sync_manager_impl.h
+++ b/components/sync/engine_impl/sync_manager_impl.h
@@ -38,6 +38,7 @@
namespace syncer {
class ModelTypeRegistry;
+class SyncServerConnectionManager;
class SyncCycleContext;
class TypeDebugInfoObserver;
class WriteNode;
@@ -277,7 +278,7 @@
// The ServerConnectionManager used to abstract communication between the
// client (the Syncer) and the sync server.
- std::unique_ptr<ServerConnectionManager> connection_manager_;
+ std::unique_ptr<SyncServerConnectionManager> connection_manager_;
// Maintains state that affects the way we interact with different sync types.
// This state changes when entering or exiting a configuration cycle.
« no previous file with comments | « components/sync/engine_impl/loopback_server/loopback_server.cc ('k') | components/sync/engine_impl/sync_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698