| Index: Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
|
| diff --git a/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h b/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
|
| index 9a1ba82e7bca001ef7cef01590f0409eca3be0a1..bc0b62e6c8f7ab1ca55ea2fd931b8f6d5046ac5d 100644
|
| --- a/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
|
| +++ b/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
|
| @@ -19,15 +19,14 @@ public:
|
| NavigatorContentUtilsClientMock() { }
|
| virtual ~NavigatorContentUtilsClientMock() { }
|
|
|
| - virtual void registerProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&, const String& title);
|
| + virtual void registerProtocolHandler(const String& scheme, const KURL&, const String& title);
|
|
|
| - virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const KURL& baseURL, const KURL&);
|
| - virtual void unregisterProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&);
|
| + virtual CustomHandlersState isProtocolHandlerRegistered(const String& scheme, const KURL&);
|
| + virtual void unregisterProtocolHandler(const String& scheme, const KURL&);
|
|
|
| private:
|
| typedef struct {
|
| String scheme;
|
| - blink::KURL baseURL;
|
| blink::KURL url;
|
| String title;
|
| } ProtocolInfo;
|
|
|