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