// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/services/unzip/content/unzip_service.h" #include "base/no_destructor.h" #include "components/services/unzip/public/mojom/unzipper.mojom.h" #include "components/strings/grit/components_strings.h" #include "content/public/browser/service_process_host.h" namespace unzip { namespace { LaunchCallback& GetLaunchOverride() { … } } // namespace mojo::PendingRemote<mojom::Unzipper> LaunchUnzipper() { … } void SetUnzipperLaunchOverrideForTesting(LaunchCallback callback) { … } } // namespace unzip