| Index: chrome/browser/instant/instant_loader.cc
|
| diff --git a/chrome/browser/instant/instant_loader.cc b/chrome/browser/instant/instant_loader.cc
|
| index 74700c8524eee8eb80d5311b4981d930f5f03a4e..bf16be282077d55eb1ddd624ffa7afe9025be633 100644
|
| --- a/chrome/browser/instant/instant_loader.cc
|
| +++ b/chrome/browser/instant/instant_loader.cc
|
| @@ -319,7 +319,8 @@ void InstantLoader::TabContentsDelegateImpl::CommitHistory(
|
| &image_data);
|
| favicon_service->SetFavicon(active_entry->url(),
|
| active_entry->favicon().url(),
|
| - image_data);
|
| + image_data,
|
| + history::FAV_ICON);
|
| if (supports_instant && !add_page_vector_.empty()) {
|
| // If we're using the instant API, then we've tweaked the url that is
|
| // going to be added to history. We need to also set the favicon for the
|
| @@ -327,7 +328,8 @@ void InstantLoader::TabContentsDelegateImpl::CommitHistory(
|
| // for details).
|
| favicon_service->SetFavicon(add_page_vector_.back()->url,
|
| active_entry->favicon().url(),
|
| - image_data);
|
| + image_data,
|
| + history::FAV_ICON);
|
| }
|
| }
|
| }
|
|
|