| Index: Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| index 6ab6874ad040af90382a8bad200c147665ce2a4b..050d0143e390ae1ae647146027f24abcb9a040bf 100644
|
| --- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| +++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.h
|
| @@ -47,10 +47,8 @@ public:
|
|
|
| static void registerProtocolHandler(Navigator*, const String& scheme, const String& url, const String& title, ExceptionState&);
|
|
|
| -#if ENABLE(CUSTOM_SCHEME_HANDLER)
|
| static String isProtocolHandlerRegistered(Navigator*, const String& scheme, const String& url, ExceptionState&);
|
| static void unregisterProtocolHandler(Navigator*, const String& scheme, const String& url, ExceptionState&);
|
| -#endif
|
|
|
| static PassRefPtr<NavigatorContentUtils> create(NavigatorContentUtilsClient*);
|
|
|
|
|