Chromium Code Reviews| Index: content/renderer/render_view_impl.h |
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
| index a778fb417f1d31581a29eea2604060db5bd26178..1dc166c177df359a2f42f1cfa00786b0d63b5c7f 100644 |
| --- a/content/renderer/render_view_impl.h |
| +++ b/content/renderer/render_view_impl.h |
| @@ -169,6 +169,7 @@ class RenderWidgetFullscreenPepper; |
| class SpeechRecognitionDispatcher; |
| class WebPluginDelegateProxy; |
| struct CustomContextMenuContext; |
| +struct FaviconURL; |
| struct FileChooserParams; |
| struct RenderViewImplParams; |
| @@ -1184,6 +1185,9 @@ class CONTENT_EXPORT RenderViewImpl |
| // If |url| is empty, show |fallback_url|. |
| void UpdateTargetURL(const GURL& url, const GURL& fallback_url); |
| + void SendUpdateFaviconURL(const std::vector<FaviconURL>& urls); |
|
Cait (Slow)
2013/03/28 19:10:18
Please add documentation for these 2 methods.
Dmitry Titov
2013/03/28 22:52:40
Done.
|
| + void DidStopLoadingIcons(); |
| + |
| // Coordinate conversion ----------------------------------------------------- |
| gfx::RectF ClientRectToPhysicalWindowRect(const gfx::RectF& rect) const; |
| @@ -1416,9 +1420,6 @@ class CONTENT_EXPORT RenderViewImpl |
| // Mouse Lock dispatcher attached to this view. |
| MouseLockDispatcher* mouse_lock_dispatcher_; |
| - // Helper class to handle favicon changes. |
| - FaviconHelper* favicon_helper_; |
| - |
| #if defined(OS_ANDROID) |
| // Android Specific --------------------------------------------------------- |