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

Unified Diff: components/sync/model/model_type_change_processor.cc

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
« no previous file with comments | « components/sync/model/model_type_change_processor.h ('k') | components/sync/model/model_type_sync_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/model_type_change_processor.cc
diff --git a/components/sync/model/model_type_change_processor.cc b/components/sync/model/model_type_change_processor.cc
index f7cb0c46e15fe92f8bf902290844c89d05838aec..f32b12fd5839eaa18ba646fcd7c7ccaea0ec91e1 100644
--- a/components/sync/model/model_type_change_processor.cc
+++ b/components/sync/model/model_type_change_processor.cc
@@ -11,9 +11,10 @@ namespace syncer {
// static
std::unique_ptr<ModelTypeChangeProcessor> ModelTypeChangeProcessor::Create(
+ const base::RepeatingClosure& dump_stack,
ModelType type,
ModelTypeSyncBridge* bridge) {
- return base::MakeUnique<SharedModelTypeProcessor>(type, bridge);
+ return base::MakeUnique<SharedModelTypeProcessor>(type, bridge, dump_stack);
}
ModelTypeChangeProcessor::ModelTypeChangeProcessor() {}
« no previous file with comments | « components/sync/model/model_type_change_processor.h ('k') | components/sync/model/model_type_sync_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698