| 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 cb82194e5fc4803e4c1a8a43ec139608e2b0c04a..4285b9522314dbbed274621ff3242511e29d7d6a 100644
|
| --- a/content/browser/tab_contents/tab_contents.cc
|
| +++ b/content/browser/tab_contents/tab_contents.cc
|
| @@ -846,7 +846,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::FAVICON);
|
| }
|
|
|
| ConstrainedWindow* TabContents::CreateConstrainedDialog(
|
|
|