| Index: trunk/src/chrome/browser/sync/glue/typed_url_data_type_controller.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/sync/glue/typed_url_data_type_controller.cc (revision 289354)
|
| +++ trunk/src/chrome/browser/sync/glue/typed_url_data_type_controller.cc (working copy)
|
| @@ -126,7 +126,7 @@
|
| syncer::SyncError::DATATYPE_POLICY_ERROR,
|
| "History saving is now disabled by policy.",
|
| syncer::TYPED_URLS);
|
| - profile_sync_service()->DisableDatatype(error);
|
| + OnSingleDataTypeUnrecoverableError(error);
|
| }
|
| }
|
| }
|
|
|