| Index: Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| diff --git a/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp b/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| index cf6917a9cd4842bcc2e127dc975a831094d2c61a..daaf77fe345c82d2579c4b5340ec215833c7b91c 100644
|
| --- a/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| +++ b/Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp
|
| @@ -153,7 +153,6 @@ void NavigatorContentUtils::registerProtocolHandler(Navigator* navigator, const
|
| NavigatorContentUtils::from(navigator->frame()->page())->client()->registerProtocolHandler(scheme, baseURL, url, navigator->frame()->displayStringModifiedByEncoding(title));
|
| }
|
|
|
| -#if ENABLE(CUSTOM_SCHEME_HANDLER)
|
| static String customHandlersStateString(const NavigatorContentUtilsClient::CustomHandlersState state)
|
| {
|
| DEFINE_STATIC_LOCAL(const String, newHandler, ("new"));
|
| @@ -208,7 +207,6 @@ void NavigatorContentUtils::unregisterProtocolHandler(Navigator* navigator, cons
|
|
|
| NavigatorContentUtils::from(navigator->frame()->page())->client()->unregisterProtocolHandler(scheme, baseURL, url);
|
| }
|
| -#endif
|
|
|
| const char* NavigatorContentUtils::supplementName()
|
| {
|
|
|