// components/mirroring/mojom/mirroring_service.mojom-test-utils.h is auto generated by mojom_bindings_generator.py, do not edit

// 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.

#ifndef COMPONENTS_MIRRORING_MOJOM_MIRRORING_SERVICE_MOJOM_TEST_UTILS_H_
#define COMPONENTS_MIRRORING_MOJOM_MIRRORING_SERVICE_MOJOM_TEST_UTILS_H_

#include "components/mirroring/mojom/mirroring_service.mojom.h"


namespace mirroring::mojom {


class  MirroringServiceInterceptorForTesting : public MirroringService {
  virtual MirroringService* GetForwardingInterface() = 0;
  void Start(::mirroring::mojom::SessionParametersPtr params, const ::gfx::Size& max_resolution, ::mojo::PendingRemote<::mirroring::mojom::SessionObserver> observer, ::mojo::PendingRemote<::mirroring::mojom::ResourceProvider> resource_provider, ::mojo::PendingRemote<::mirroring::mojom::CastMessageChannel> outbound_channel, ::mojo::PendingReceiver<::mirroring::mojom::CastMessageChannel> inbound_channel) override;
  void SwitchMirroringSourceTab() override;
  void GetMirroringStats(GetMirroringStatsCallback callback) override;
};
class  MirroringServiceAsyncWaiter {
 public:
  explicit MirroringServiceAsyncWaiter(MirroringService* proxy);

  MirroringServiceAsyncWaiter(const MirroringServiceAsyncWaiter&) = delete;
  MirroringServiceAsyncWaiter& operator=(const MirroringServiceAsyncWaiter&) = delete;

  ~MirroringServiceAsyncWaiter();
  void GetMirroringStats(
      ::base::Value* out_json_stats);
  ::base::Value GetMirroringStats();

 private:
  MirroringService* const proxy_;
};




}  // mirroring::mojom

#endif  // COMPONENTS_MIRRORING_MOJOM_MIRRORING_SERVICE_MOJOM_TEST_UTILS_H_