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

Unified Diff: chrome/browser/sync/glue/theme_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
« no previous file with comments | « chrome/browser/sync/glue/theme_model_associator.h ('k') | chrome/browser/sync/glue/theme_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/theme_model_associator.cc
===================================================================
--- chrome/browser/sync/glue/theme_model_associator.cc (revision 48898)
+++ chrome/browser/sync/glue/theme_model_associator.cc (working copy)
@@ -13,7 +13,6 @@
#include "chrome/browser/sync/glue/theme_util.h"
#include "chrome/browser/sync/profile_sync_service.h"
#include "chrome/browser/sync/protocol/theme_specifics.pb.h"
-#include "chrome/browser/sync/unrecoverable_error_handler.h"
namespace browser_sync {
@@ -29,12 +28,9 @@
} // namespace
ThemeModelAssociator::ThemeModelAssociator(
- ProfileSyncService* sync_service,
- UnrecoverableErrorHandler* error_handler)
- : sync_service_(sync_service),
- error_handler_(error_handler) {
+ ProfileSyncService* sync_service)
+ : sync_service_(sync_service) {
DCHECK(sync_service_);
- DCHECK(error_handler_);
}
ThemeModelAssociator::~ThemeModelAssociator() {}
« no previous file with comments | « chrome/browser/sync/glue/theme_model_associator.h ('k') | chrome/browser/sync/glue/theme_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698