Chromium Code Reviews| Index: webkit/glue/webkit_glue.h |
| diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h |
| index fe1799c54cd1cbc0715f6beab270d8621bd58745..4148355e751869073ed6ce7edd5b60415047ee5c 100644 |
| --- a/webkit/glue/webkit_glue.h |
| +++ b/webkit/glue/webkit_glue.h |
| @@ -201,9 +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); |
|
scherkus (not reviewing)
2011/11/21 22:26:41
nit: remove extra blank line
piman
2011/11/21 23:13:03
Done.
|
| // 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). |