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

Unified Diff: components/sync/driver/model_type_controller.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/driver/model_type_controller.h
diff --git a/components/sync/driver/model_type_controller.h b/components/sync/driver/model_type_controller.h
index 92152d7a95a558208a87074d8422c6c93d9269f3..658bf072547bb6b50190c6be910559b047e543c0 100644
--- a/components/sync/driver/model_type_controller.h
+++ b/components/sync/driver/model_type_controller.h
@@ -25,10 +25,8 @@ struct ActivationContext;
// DataTypeController implementation for Unified Sync and Storage model types.
class ModelTypeController : public DataTypeController {
public:
- // |dump_stack| is called when an unrecoverable error occurs.
ModelTypeController(
ModelType type,
- const base::Closure& dump_stack,
SyncClient* sync_client,
const scoped_refptr<base::SingleThreadTaskRunner>& model_thread);
~ModelTypeController() override;
« no previous file with comments | « components/sync/driver/directory_data_type_controller.cc ('k') | components/sync/driver/model_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698