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

Unified Diff: chrome/browser/sync/glue/preference_model_associator.cc

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/preference_model_associator.cc
===================================================================
--- chrome/browser/sync/glue/preference_model_associator.cc (revision 48898)
+++ chrome/browser/sync/glue/preference_model_associator.cc (working copy)
@@ -20,10 +20,8 @@
namespace browser_sync {
PreferenceModelAssociator::PreferenceModelAssociator(
- ProfileSyncService* sync_service,
- UnrecoverableErrorHandler* error_handler)
+ ProfileSyncService* sync_service)
: sync_service_(sync_service),
- error_handler_(error_handler),
preferences_node_id_(sync_api::kInvalidId) {
DCHECK(ChromeThread::CurrentlyOn(ChromeThread::UI));
DCHECK(sync_service_);
« no previous file with comments | « chrome/browser/sync/glue/preference_model_associator.h ('k') | chrome/browser/sync/glue/theme_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698