| Index: chrome/browser/profiles/profile_io_data.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_io_data.h (revision 128803)
|
| +++ chrome/browser/profiles/profile_io_data.h (working copy)
|
| @@ -219,15 +219,12 @@
|
| // ResourceContext implementation:
|
| virtual net::HostResolver* GetHostResolver() OVERRIDE;
|
| virtual net::URLRequestContext* GetRequestContext() OVERRIDE;
|
| - virtual content::MediaObserver* GetMediaObserver() OVERRIDE;
|
| -
|
| void EnsureInitialized();
|
|
|
| ProfileIOData* const io_data_;
|
|
|
| net::HostResolver* host_resolver_;
|
| net::URLRequestContext* request_context_;
|
| - content::MediaObserver* media_observer_;
|
| };
|
|
|
| typedef base::hash_map<std::string, scoped_refptr<ChromeURLRequestContext> >
|
|
|