Index: webkit/api/src/ChromiumBridge.cpp |
=================================================================== |
--- webkit/api/src/ChromiumBridge.cpp (revision 30634) |
+++ webkit/api/src/ChromiumBridge.cpp (working copy) |
@@ -606,11 +606,6 @@ |
// Glue layer. Once the Glue layer moves entirely into the WebKit layer, these |
// methods will be deleted. |
-String ChromiumBridge::uiResourceProtocol() |
-{ |
- return webKitClient()->uiResourceProtocol(); |
-} |
- |
void ChromiumBridge::notifyJSOutOfMemory(Frame* frame) |
{ |
if (!frame) |