| Index: content/browser/webui/web_ui_factory.cc
|
| diff --git a/content/browser/webui/web_ui_factory.cc b/content/browser/webui/web_ui_factory.cc
|
| index e278fef94b64a6e5ad894d5b10a6deeb30784445..586fac8abc3eedda44428e887a53eb835c017c2c 100644
|
| --- a/content/browser/webui/web_ui_factory.cc
|
| +++ b/content/browser/webui/web_ui_factory.cc
|
| @@ -295,7 +295,7 @@ void WebUIFactory::GetFaviconForURL(Profile* profile,
|
| bool know_icon = icon_data.get() != NULL && icon_data->size() > 0;
|
| request->ForwardResultAsync(
|
| FaviconService::FaviconDataCallback::TupleType(request->handle(),
|
| - know_icon, icon_data, false, GURL()));
|
| + know_icon, icon_data, false, GURL(), history::FAV_ICON));
|
| }
|
| }
|
|
|
|
|