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

Unified Diff: components/sync/driver/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/data_type_controller.cc
diff --git a/components/sync/driver/data_type_controller.cc b/components/sync/driver/data_type_controller.cc
index 7785a471af1f9e7da59db2d1097c235d36230f8c..de3e7f64c490eccd1a0f65e061f0a719ab758197 100644
--- a/components/sync/driver/data_type_controller.cc
+++ b/components/sync/driver/data_type_controller.cc
@@ -9,9 +9,7 @@
namespace syncer {
-DataTypeController::DataTypeController(ModelType type,
- const base::Closure& dump_stack)
- : dump_stack_(dump_stack), type_(type) {}
+DataTypeController::DataTypeController(ModelType type) : type_(type) {}
DataTypeController::~DataTypeController() {}
« no previous file with comments | « components/sync/driver/data_type_controller.h ('k') | components/sync/driver/directory_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698