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

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

Issue 2650643004: [Sync] Make SMTP always have the dump stack function. (Closed)
Patch Set: 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 6dde843b8ef774698faf2b4a87a3a4d97b69f8cb..12b9ddc7ec469b91f800ad3a2291e4eb19a052ff 100644
--- a/components/sync/model/model_type_sync_bridge.h
+++ b/components/sync/model/model_type_sync_bridge.h
@@ -36,7 +36,7 @@ class ModelTypeSyncBridge : public base::SupportsWeakPtr<ModelTypeSyncBridge> {
public:
typedef base::Callback<void(std::unique_ptr<DataBatch>)> DataCallback;
typedef std::vector<std::string> StorageKeyList;
- typedef base::Callback<std::unique_ptr<ModelTypeChangeProcessor>(
+ typedef base::RepeatingCallback<std::unique_ptr<ModelTypeChangeProcessor>(
ModelType type,
ModelTypeSyncBridge* bridge)>
ChangeProcessorFactory;
« no previous file with comments | « components/sync/model/model_type_change_processor.cc ('k') | components/sync/model_impl/shared_model_type_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698