Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 54425be742e0dbd44a9ff11a23feff0950720132..78e11ceb4529d90b3cd1489dc9e1b23c61709aa4 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -143,6 +143,7 @@ class DevToolsAgent; |
class DocumentState; |
class DomAutomationController; |
class ExternalPopupMenu; |
+class FaviconHelper; |
class GeolocationDispatcher; |
class InputTagSpeechDispatcher; |
class JavaBridgeDispatcher; |
@@ -1403,6 +1404,8 @@ class CONTENT_EXPORT RenderViewImpl |
// Mouse Lock dispatcher attached to this view. |
MouseLockDispatcher* mouse_lock_dispatcher_; |
+ FaviconHelper* favicon_helper_; |
jam
2012/11/27 01:16:31
not needed, remove
Cait (Slow)
2012/11/28 00:11:45
Should the renderer-side favicon class (content/re
|
+ |
#if defined(OS_ANDROID) |
// Android Specific --------------------------------------------------------- |