Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1123)

Unified Diff: content/renderer/render_view_impl.h

Issue 12780024: Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed android build Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 1842a7e01ab828b09a073529cf8b9d83d48398e0..35fe5bc32901c9d8060c1b20a941aadf23455174 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -151,6 +151,7 @@ class DomAutomationController;
class ExternalPopupMenu;
class FaviconHelper;
class GeolocationDispatcher;
+class ImageLoadingHelper;
class InputTagSpeechDispatcher;
class JavaBridgeDispatcher;
class LoadProgressTracker;
@@ -1443,6 +1444,9 @@ class CONTENT_EXPORT RenderViewImpl
// Helper class to handle favicon changes.
FaviconHelper* favicon_helper_;
+ // Helper class to handle images/favicons loading.
+ ImageLoadingHelper* image_loading_helper_;
jam 2013/03/19 20:12:21 no need to keep a pointer in this class since it's
Dmitry Titov 2013/03/20 01:30:22 Done.
+
#if defined(OS_ANDROID)
// Android Specific ---------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698