Skip to content

Commit

Permalink
Remove use of ApplicationLaunchInfo::ServiceProvider from content (fl…
Browse files Browse the repository at this point in the history
…utter#4700)

handler.
  • Loading branch information
alhaad authored Feb 22, 2018
1 parent edc7f65 commit 0cc0784
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions content_handler/application_controller_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ ApplicationControllerImpl::ApplicationControllerImpl(
// TODO(jeffbrown): Decide what to do with command-line arguments and
// startup handles.

if (startup_info->launch_info->services) {
service_provider_bridge_.AddBinding(
std::move(startup_info->launch_info->services));
}

if (startup_info->launch_info->service_request.is_valid()) {
service_provider_bridge_.ServeDirectory(
std::move(startup_info->launch_info->service_request));
Expand Down

0 comments on commit 0cc0784

Please sign in to comment.