| Index: webkit/support/webkit_support_glue.cc
|
| diff --git a/webkit/support/webkit_support_glue.cc b/webkit/support/webkit_support_glue.cc
|
| index 9ca9a882557edfc458d5f5bdf5455eb44c8897c6..a1e64fdf797d124c0210c82a46d5156690c66c24 100644
|
| --- a/webkit/support/webkit_support_glue.cc
|
| +++ b/webkit/support/webkit_support_glue.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "base/base_paths.h"
|
| #include "base/path_service.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "webkit/glue/user_agent.h"
|
| #include "webkit/plugins/npapi/plugin_list.h"
|
|
|
| @@ -39,15 +38,6 @@ void GetPlugins(bool refresh,
|
| void AppendToLog(const char*, int, const char*) {
|
| }
|
|
|
| -bool IsProtocolSupportedForMedia(const GURL& url) {
|
| - if (url.SchemeIsFile() ||
|
| - url.SchemeIs("http") ||
|
| - url.SchemeIs("https") ||
|
| - url.SchemeIs("data"))
|
| - return true;
|
| - return false;
|
| -}
|
| -
|
| bool GetPluginFinderURL(std::string* plugin_finder_url) {
|
| return false;
|
| }
|
|
|