Index: content/browser/tab_contents/tab_contents.cc |
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc |
index 3def8e473e54f972167c810810ae1088a5ea98e5..9c92784b3acfaf586cba948839e8eda343e3ccb5 100644 |
--- a/content/browser/tab_contents/tab_contents.cc |
+++ b/content/browser/tab_contents/tab_contents.cc |
@@ -858,7 +858,8 @@ void TabContents::SaveFavicon() { |
} |
std::vector<unsigned char> image_data; |
gfx::PNGCodec::EncodeBGRASkBitmap(favicon.bitmap(), false, &image_data); |
- service->SetFavicon(entry->url(), favicon.url(), image_data); |
+ service->SetFavicon( |
+ entry->url(), favicon.url(), image_data, history::FAV_ICON); |
} |
ConstrainedWindow* TabContents::CreateConstrainedDialog( |