diff options
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index d651faa..2cffacf 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -21,7 +21,6 @@ class ChromeNetLog; class ExtensionEventRouterForwarder; -class MediaInternals; class PrefProxyConfigTrackerImpl; class PrefService; class SystemURLRequestContextGetter; @@ -58,13 +57,6 @@ class IOThread : public content::BrowserThreadDelegate { Globals(); ~Globals(); - struct MediaGlobals { - MediaGlobals(); - ~MediaGlobals(); - // MediaInternals singleton used to aggregate media information. - scoped_ptr<MediaInternals> media_internals; - } media; - // The "system" NetworkDelegate, used for Profile-agnostic network events. scoped_ptr<net::NetworkDelegate> system_network_delegate; scoped_ptr<net::HostResolver> host_resolver; |