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

Unified Diff: chrome/browser/sync/glue/theme_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/theme_model_associator.h
===================================================================
--- chrome/browser/sync/glue/theme_model_associator.h (revision 48898)
+++ chrome/browser/sync/glue/theme_model_associator.h (working copy)
@@ -19,8 +19,7 @@
// sync themes model.
class ThemeModelAssociator : public AssociatorInterface {
public:
- ThemeModelAssociator(ProfileSyncService* sync_service,
- UnrecoverableErrorHandler* error_handler);
+ ThemeModelAssociator(ProfileSyncService* sync_service);
virtual ~ThemeModelAssociator();
// Used by profile_sync_test_util.h.
@@ -38,7 +37,6 @@
private:
ProfileSyncService* sync_service_;
- UnrecoverableErrorHandler* error_handler_;
DISALLOW_COPY_AND_ASSIGN(ThemeModelAssociator);
};
« no previous file with comments | « chrome/browser/sync/glue/theme_data_type_controller_unittest.cc ('k') | chrome/browser/sync/glue/theme_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698