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

Unified Diff: components/sync/model/model_type_sync_bridge.h

Issue 2620783002: [sync] Handle local changes in AutocompleteSyncBridge (Closed)
Patch Set: self-review cleanups Created 3 years, 11 months 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/model/model_type_sync_bridge.h
diff --git a/components/sync/model/model_type_sync_bridge.h b/components/sync/model/model_type_sync_bridge.h
index fb597e6a51a1bf0986889068850350656fdee000..e32f470ca9fed02d7c3c9f98bb89cc2842951b46 100644
--- a/components/sync/model/model_type_sync_bridge.h
+++ b/components/sync/model/model_type_sync_bridge.h
@@ -40,6 +40,7 @@ class ModelTypeSyncBridge : public base::SupportsWeakPtr<ModelTypeSyncBridge> {
ModelType type,
ModelTypeSyncBridge* bridge)>
ChangeProcessorFactory;
+ typedef base::Callback<void(ModelType)> StartSyncFlare;
skym 2017/01/12 00:18:32 Can we curry the type when we hand these things to
maxbogue 2017/01/12 01:33:36 Probably doable, and worth noting that this would
Patrick Noland 2017/01/13 23:31:52 n/a now that flare is gone
ModelTypeSyncBridge(const ChangeProcessorFactory& change_processor_factory,
ModelType type);

Powered by Google App Engine
This is Rietveld 408576698