Index: public/web/WebViewClient.h |
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h |
index 1dd399a02bd19b93d48050c256794d7291d6d784..23a4b3cc182e6bdbb9ccd1145ef3047ec585e3ff 100644 |
--- a/public/web/WebViewClient.h |
+++ b/public/web/WebViewClient.h |
@@ -263,15 +263,14 @@ public: |
// Registers a new URL handler for the given protocol. |
virtual void registerProtocolHandler(const WebString& scheme, |
- const WebURL& baseUrl, |
const WebURL& url, |
const WebString& title) { } |
// Unregisters a given URL handler for the given protocol. |
- virtual void unregisterProtocolHandler(const WebString& scheme, const WebURL& baseUrl, const WebURL& url) { } |
+ virtual void unregisterProtocolHandler(const WebString& scheme, const WebURL& url) { } |
// Check if a given URL handler is registered for the given protocol. |
- virtual WebCustomHandlersState isProtocolHandlerRegistered(const WebString& scheme, const WebURL& baseUrl, const WebURL& url) |
+ virtual WebCustomHandlersState isProtocolHandlerRegistered(const WebString& scheme, const WebURL& url) |
{ |
return WebCustomHandlersNew; |
} |