Index: components/history/core/browser/history_backend.cc |
diff --git a/components/history/core/browser/history_backend.cc b/components/history/core/browser/history_backend.cc |
index faf00c6db8293356065862bd9fdc5e72a72ba4c8..eab447265c2ed556131284199c72556321f0f82e 100644 |
--- a/components/history/core/browser/history_backend.cc |
+++ b/components/history/core/browser/history_backend.cc |
@@ -1844,6 +1844,7 @@ void HistoryBackend::UpdateFaviconMappingsAndFetchImpl( |
DCHECK(!page_url || icon_types == favicon_base::FAVICON || |
icon_types == favicon_base::TOUCH_ICON || |
icon_types == favicon_base::TOUCH_PRECOMPOSED_ICON || |
+ icon_types == favicon_base::LARGE_ICON || |
icon_types == |
(favicon_base::TOUCH_ICON | favicon_base::TOUCH_PRECOMPOSED_ICON)); |
beaudoin
2015/05/05 00:54:00
I didn't check carefully but noticed above you're
Roger McFarlane (Chromium)
2015/05/05 15:09:47
If this DCHECK fails, it is catching a true error.
beaudoin
2015/05/05 19:47:52
Acknowledged.
|
bitmap_results->clear(); |