Index: webkit/glue/webkitclient_impl.cc |
=================================================================== |
--- webkit/glue/webkitclient_impl.cc (revision 30634) |
+++ webkit/glue/webkitclient_impl.cc (working copy) |
@@ -405,18 +405,4 @@ |
return webkit_glue::KURLToWebURL(webkit_glue::GURLToKURL(file_url)); |
} |
-//-------------------------------------------------------------------------- |
-// BEGIN(TemporaryGlue) |
- |
-// These are temporary methods that the WebKit layer can use to call to the |
-// Glue layer. Once the Glue layer moves entirely into the WebKit layer, these |
-// methods will be deleted. |
- |
-WebCore::String WebKitClientImpl::uiResourceProtocol() { |
- return StdStringToString(webkit_glue::GetUIResourceProtocol()); |
-} |
- |
-// END(TemporaryGlue) |
-//-------------------------------------------------------------------------- |
- |
} // namespace webkit_glue |