Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index f0e8b0b4d0890c2825fd281c59b91350df49f159..d2cdfd5199e96ebcdbe2ae866b6922004e0e0c84 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -58,6 +58,7 @@ class DownloadItem; |
class GeolocationServiceContext; |
class InterstitialPageImpl; |
class JavaScriptDialogManager; |
+class LoaderIOThreadNotifier; |
class ManifestManagerHost; |
class MediaWebContentsObserver; |
class PluginContentOriginWhitelist; |
@@ -1294,6 +1295,9 @@ class CONTENT_EXPORT WebContentsImpl |
bool virtual_keyboard_requested_; |
+ // Notifies ResourceDispatcherHostImpl of various events related to loading. |
+ scoped_ptr<LoaderIOThreadNotifier> loader_io_thread_notifier_; |
+ |
// Manages media players, CDMs, and power save blockers for media. |
scoped_ptr<MediaWebContentsObserver> media_web_contents_observer_; |