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

Unified Diff: chrome/browser/sync/glue/typed_url_model_associator.h

Issue 2002012: sync: Add location info to unrecoverable error. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add error handler back to bookmark model associator Created 10 years, 6 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: chrome/browser/sync/glue/typed_url_model_associator.h
===================================================================
--- chrome/browser/sync/glue/typed_url_model_associator.h (revision 48898)
+++ chrome/browser/sync/glue/typed_url_model_associator.h (working copy)
@@ -56,8 +56,7 @@
static syncable::ModelType model_type() { return syncable::TYPED_URLS; }
TypedUrlModelAssociator(ProfileSyncService* sync_service,
- history::HistoryBackend* history_backend,
- UnrecoverableErrorHandler* error_handler);
+ history::HistoryBackend* history_backend);
virtual ~TypedUrlModelAssociator() { }
// PerDataTypeAssociatorInterface implementation.
@@ -146,7 +145,6 @@
ProfileSyncService* sync_service_;
history::HistoryBackend* history_backend_;
- UnrecoverableErrorHandler* error_handler_;
int64 typed_url_node_id_;
MessageLoop* expected_loop_;
« no previous file with comments | « chrome/browser/sync/glue/typed_url_data_type_controller.cc ('k') | chrome/browser/sync/glue/typed_url_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698