| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index ff45b1ee435f4352d0aff3365e4a1fe432e87a8d..342df00e3ad204e0a26ed3d601b7efda58954027 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -144,10 +144,6 @@ class ContentRendererClient {
|
| const GURL& first_party_for_cookies,
|
| const std::string& value) = 0;
|
|
|
| - // True if the protocol implemented to serve |url| supports features required
|
| - // by the media engine.
|
| - virtual bool IsProtocolSupportedForMedia(const GURL& url) = 0;
|
| -
|
| virtual void RegisterPPAPIInterfaceFactories(
|
| webkit::ppapi::PpapiInterfaceFactoryManager* factory_manager) = 0;
|
| };
|
|
|