Index: chrome/browser/sync/glue/theme_data_type_controller.cc |
=================================================================== |
--- chrome/browser/sync/glue/theme_data_type_controller.cc (revision 48898) |
+++ chrome/browser/sync/glue/theme_data_type_controller.cc (working copy) |
@@ -85,10 +85,12 @@ |
state_ = NOT_RUNNING; |
} |
-void ThemeDataTypeController::OnUnrecoverableError() { |
+void ThemeDataTypeController::OnUnrecoverableError( |
+ const tracked_objects::Location& from_here, |
+ const std::string& message) { |
DCHECK(ChromeThread::CurrentlyOn(ChromeThread::UI)); |
UMA_HISTOGRAM_COUNTS("Sync.ThemeRunFailures", 1); |
- sync_service_->OnUnrecoverableError(); |
+ sync_service_->OnUnrecoverableError(from_here, message); |
} |
void ThemeDataTypeController::FinishStart(StartResult result) { |
Property changes on: chrome\browser\sync\glue\theme_data_type_controller.cc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |