X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fnavigatorcontentutils%2Ftesting%2FNavigatorContentUtilsClientMock.h;h=76271890a4f9e91eccabe2d988acdd410563640c;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=8a85d0c0a77f3d6307380913896a7f687c0ef016;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h b/src/third_party/WebKit/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h index 8a85d0c..7627189 100644 --- a/src/third_party/WebKit/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h +++ b/src/third_party/WebKit/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; - KURL baseURL; KURL url; String title; } ProtocolInfo;