Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: webkit/glue/webkit_glue.h

Issue 8616008: Remove IsProtocolSupportedForMedia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698