Index: public/web/WebViewClient.h |
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h |
index 38cfe651e05f3bb5de163e63fdd5fdce37736e7d..528364355bb3785a8d4db2efd906502e0198005d 100644 |
--- a/public/web/WebViewClient.h |
+++ b/public/web/WebViewClient.h |
@@ -40,7 +40,6 @@ |
#include "WebFileChooserCompletion.h" |
#include "WebFileChooserParams.h" |
#include "WebFrame.h" |
-#include "WebNavigatorContentUtilsClient.h" |
#include "WebPopupType.h" |
#include "WebTextAffinity.h" |
#include "WebTextDirection.h" |
@@ -245,22 +244,6 @@ public: |
// Informs the browser that the page scale has changed. |
virtual void pageScaleFactorChanged() { } |
- // Navigator Content Utils -------------------------------------------- |
- |
- // Registers a new URL handler for the given protocol. |
- virtual void registerProtocolHandler(const WebString& scheme, |
- const WebURL& url, |
- const WebString& title) { } |
- |
- // Unregisters a given URL handler for the given protocol. |
- 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& url) |
- { |
- return WebCustomHandlersNew; |
- } |
- |
// Visibility ----------------------------------------------------------- |