| Index: webkit/glue/webkit_glue.h
|
| diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
|
| index eab53a4ac8dc6a7ad0c4f7ab84b14cf6e56ad7ed..aebeecfef5e4edd4f5a18789b947bf3cf3b91e4c 100644
|
| --- a/webkit/glue/webkit_glue.h
|
| +++ b/webkit/glue/webkit_glue.h
|
| @@ -197,6 +197,10 @@ bool IsPluginRunningInRendererProcess();
|
| // Returns a bool indicating if the Null plugin should be enabled or not.
|
| bool IsDefaultPluginEnabled();
|
|
|
| +// Returns true if the protocol implemented to serve |url| supports features
|
| +// required by the media engine.
|
| +bool IsProtocolSupportedForMedia(const GURL& url);
|
| +
|
| #if defined(OS_WIN)
|
| // Downloads the file specified by the URL. On sucess a WM_COPYDATA message
|
| // will be sent to the caller_window.
|
|
|