| Index: webkit/tools/test_shell/test_shell.cc
|
| diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
|
| index 324c0f35bdbce876e038970588e3518fd842054e..f6d3e5b31bb43359190ebe18a5b724659af4c279 100644
|
| --- a/webkit/tools/test_shell/test_shell.cc
|
| +++ b/webkit/tools/test_shell/test_shell.cc
|
| @@ -627,19 +627,8 @@ WebKit::WebGeolocationClientMock* TestShell::geolocation_client_mock() {
|
| return geolocation_client_mock_.get();
|
| }
|
|
|
| -//-----------------------------------------------------------------------------
|
| -
|
| namespace webkit_glue {
|
|
|
| -bool IsProtocolSupportedForMedia(const GURL& url) {
|
| - if (url.SchemeIsFile() ||
|
| - url.SchemeIs("http") ||
|
| - url.SchemeIs("https") ||
|
| - url.SchemeIs("data"))
|
| - return true;
|
| - return false;
|
| -}
|
| -
|
| void GetPlugins(bool refresh,
|
| std::vector<webkit::WebPluginInfo>* plugins) {
|
| if (refresh)
|
|
|