Chromium Code Reviews| Index: chrome/renderer/render_view.cc |
| diff --git a/chrome/renderer/render_view.cc b/chrome/renderer/render_view.cc |
| index ab3d79a5f9bb23b234de26081e2fa48419b72dde..a408d98f8414b97929a4279c0d1ab8cd18e2118f 100644 |
| --- a/chrome/renderer/render_view.cc |
| +++ b/chrome/renderer/render_view.cc |
| @@ -2183,6 +2183,8 @@ void RenderView::didStopLoading() { |
| // displayed when done loading. Ideally we would send notification when |
| // finished parsing the head, but webkit doesn't support that yet. |
| // The feed discovery code would also benefit from access to the head. |
| + |
| + // TODO : Get both favicon and touch icon url, and send them to the browser. |
|
sky
2011/03/18 17:33:37
This should only be done if needed.
|
| GURL favicon_url(webview()->mainFrame()->favIconURL()); |
| if (!favicon_url.is_empty()) |
| Send(new ViewHostMsg_UpdateFaviconURL(routing_id_, page_id_, favicon_url)); |