Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2946)

Unified Diff: chrome/browser/ui/webui/favicon_source.cc

Issue 10802066: Adds support for saving favicon size into history database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/favicon_source.cc
diff --git a/chrome/browser/ui/webui/favicon_source.cc b/chrome/browser/ui/webui/favicon_source.cc
index 6fa19b982547b19246e354b75f30310571128f2b..1189db9da8a9b0899086a2719a37db6c5de700f9 100644
--- a/chrome/browser/ui/webui/favicon_source.cc
+++ b/chrome/browser/ui/webui/favicon_source.cc
@@ -138,7 +138,7 @@ void FaviconSource::OnFaviconDataAvailable(
if (favicon.is_valid()) {
// Forward the data along to the networking system.
- SendResponse(request_id, favicon.image_data);
+ SendResponse(request_id, favicon.bitmap_data);
} else {
SendDefaultResponse(request_id);
}

Powered by Google App Engine
This is Rietveld 408576698