| Index: chrome/browser/sync/glue/favicon_cache.cc
|
| diff --git a/chrome/browser/sync/glue/favicon_cache.cc b/chrome/browser/sync/glue/favicon_cache.cc
|
| index 4111f3222f8f31cb94273d5fbd1023097496c3dd..58416fc22941794562449e46f773bb89b44ef3e9 100644
|
| --- a/chrome/browser/sync/glue/favicon_cache.cc
|
| +++ b/chrome/browser/sync/glue/favicon_cache.cc
|
| @@ -326,6 +326,7 @@ syncer::SyncError FaviconCache::ProcessSyncChanges(
|
| if (!favicon_images_sync_processor_.get() ||
|
| !favicon_tracking_sync_processor_.get()) {
|
| return syncer::SyncError(FROM_HERE,
|
| + syncer::SyncError::DATATYPE_ERROR,
|
| "One or both favicon types disabled.",
|
| change_list[0].sync_data().GetDataType());
|
| }
|
|
|