| Index: webkit/glue/webkit_glue.h
|
| diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
|
| index fe1799c54cd1cbc0715f6beab270d8621bd58745..53d6d9c1dfe5c076b0e0448e4c4b0d04a1faa646 100644
|
| --- a/webkit/glue/webkit_glue.h
|
| +++ b/webkit/glue/webkit_glue.h
|
| @@ -201,10 +201,6 @@ void ClipboardReadImage(ui::Clipboard::Buffer buffer, std::string* data);
|
| void GetPlugins(bool refresh,
|
| std::vector<webkit::WebPluginInfo>* plugins);
|
|
|
| -// Returns true if the protocol implemented to serve |url| supports features
|
| -// required by the media engine.
|
| -bool IsProtocolSupportedForMedia(const GURL& url);
|
| -
|
| // Returns the locale that this instance of webkit is running as. This is of
|
| // the form language-country (e.g., en-US or pt-BR).
|
| std::string GetWebKitLocale();
|
|
|