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

Unified Diff: components/sync/driver/directory_data_type_controller.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
Index: components/sync/driver/directory_data_type_controller.cc
diff --git a/components/sync/driver/directory_data_type_controller.cc b/components/sync/driver/directory_data_type_controller.cc
index 86fdd7350e1c831a3c25f2b59c8e989fed95226f..fc519dd573324e88a98edb0cde66f1e9c4c2b76a 100644
--- a/components/sync/driver/directory_data_type_controller.cc
+++ b/components/sync/driver/directory_data_type_controller.cc
@@ -21,7 +21,8 @@ DirectoryDataTypeController::DirectoryDataTypeController(
const base::Closure& dump_stack,
SyncClient* sync_client,
ModelSafeGroup model_safe_group)
- : DataTypeController(type, dump_stack),
+ : DataTypeController(type),
+ dump_stack_(dump_stack),
sync_client_(sync_client),
model_safe_group_(model_safe_group) {}
« no previous file with comments | « components/sync/driver/directory_data_type_controller.h ('k') | components/sync/driver/model_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698