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

Unified Diff: components/sync/model/model_type_change_processor.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_change_processor.h
diff --git a/components/sync/model/model_type_change_processor.h b/components/sync/model/model_type_change_processor.h
index f26ab6120147dd85cedee6bbc6a9e39c810fcc13..457af16c1d13e0b824b89a90aeb6407bb1596af9 100644
--- a/components/sync/model/model_type_change_processor.h
+++ b/components/sync/model/model_type_change_processor.h
@@ -29,6 +29,7 @@ class ModelTypeChangeProcessor {
// A factory function to make an implementation of ModelTypeChangeProcessor.
static std::unique_ptr<ModelTypeChangeProcessor> Create(
+ const base::RepeatingClosure& dump_stack,
ModelType type,
ModelTypeSyncBridge* bridge);
« no previous file with comments | « components/sync/driver/proxy_data_type_controller.cc ('k') | components/sync/model/model_type_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698