| Index: chrome/browser/sync/glue/preference_data_type_controller.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/preference_data_type_controller.h (revision 48898)
|
| +++ chrome/browser/sync/glue/preference_data_type_controller.h (working copy)
|
| @@ -50,7 +50,8 @@
|
| }
|
|
|
| // UnrecoverableErrorHandler interface.
|
| - virtual void OnUnrecoverableError();
|
| + virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
|
| + const std::string& message);
|
|
|
| private:
|
| // Helper method to run the stashed start callback with a given result.
|
|
|