| Index: content/public/browser/resource_context.h
|
| ===================================================================
|
| --- content/public/browser/resource_context.h (revision 128803)
|
| +++ content/public/browser/resource_context.h (working copy)
|
| @@ -19,8 +19,6 @@
|
|
|
| namespace content {
|
|
|
| -class MediaObserver;
|
| -
|
| // ResourceContext contains the relevant context information required for
|
| // resource loading. It lives on the IO thread, although it is constructed on
|
| // the UI thread.
|
| @@ -32,7 +30,6 @@
|
| virtual ~ResourceContext() {}
|
| virtual net::HostResolver* GetHostResolver() = 0;
|
| virtual net::URLRequestContext* GetRequestContext() = 0;
|
| - virtual MediaObserver* GetMediaObserver() = 0;
|
| };
|
|
|
| } // namespace content
|
|
|