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

Unified Diff: chrome/browser/sync/glue/password_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/password_model_associator.cc
===================================================================
--- chrome/browser/sync/glue/password_model_associator.cc (revision 48898)
+++ chrome/browser/sync/glue/password_model_associator.cc (working copy)
@@ -22,17 +22,14 @@
PasswordModelAssociator::PasswordModelAssociator(
ProfileSyncService* sync_service,
- PasswordStore* password_store,
- UnrecoverableErrorHandler* error_handler)
+ PasswordStore* password_store)
: sync_service_(sync_service),
password_store_(password_store),
- error_handler_(error_handler),
password_node_id_(sync_api::kInvalidId),
abort_association_pending_(false),
expected_loop_(MessageLoop::current()) {
DCHECK(sync_service_);
DCHECK(password_store_);
- DCHECK(error_handler_);
#if defined(OS_MACOSX)
DCHECK(!ChromeThread::CurrentlyOn(ChromeThread::UI));
#else
« no previous file with comments | « chrome/browser/sync/glue/password_model_associator.h ('k') | chrome/browser/sync/glue/preference_change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698