| Index: Source/web/NavigatorContentUtilsClientImpl.h
|
| diff --git a/Source/web/NavigatorContentUtilsClientImpl.h b/Source/web/NavigatorContentUtilsClientImpl.h
|
| index 5655f3e43ff8ff319fa430185c272f13e6a1a8dd..0ac4b7cfc7e9d20c72bdf34885f12b96259f0f21 100644
|
| --- a/Source/web/NavigatorContentUtilsClientImpl.h
|
| +++ b/Source/web/NavigatorContentUtilsClientImpl.h
|
| @@ -17,9 +17,9 @@ public:
|
| static PassOwnPtr<NavigatorContentUtilsClientImpl> create(WebViewImpl*);
|
| virtual ~NavigatorContentUtilsClientImpl() { }
|
|
|
| - virtual void registerProtocolHandler(const String& scheme, const blink::KURL& baseURL, const blink::KURL&, const String& title) OVERRIDE;
|
| - virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const blink::KURL& baseURL, const blink::KURL&) OVERRIDE;
|
| - virtual void unregisterProtocolHandler(const String& scheme, const blink::KURL& baseURL, const blink::KURL&) OVERRIDE;
|
| + virtual void registerProtocolHandler(const String& scheme, const blink::KURL&, const String& title) OVERRIDE;
|
| + virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const blink::KURL&) OVERRIDE;
|
| + virtual void unregisterProtocolHandler(const String& scheme, const blink::KURL&) OVERRIDE;
|
|
|
| private:
|
| explicit NavigatorContentUtilsClientImpl(WebViewImpl*);
|
|
|