chromium/remoting/base/corp_logging_service_client.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "remoting/base/corp_logging_service_client.h"

#include <memory>

#include "base/functional/bind.h"
#include "net/traffic_annotation/network_traffic_annotation.h"
#include "remoting/base/internal_headers.h"
#include "remoting/base/protobuf_http_request.h"
#include "remoting/base/protobuf_http_request_config.h"
#include "remoting/base/service_urls.h"
#include "remoting/proto/empty.pb.h"

namespace remoting {

CorpLoggingServiceClient::CorpLoggingServiceClient(
    scoped_refptr<network::SharedURLLoaderFactory> url_loader_factory,
    std::unique_ptr<OAuthTokenGetter> oauth_token_getter)
    :{}

CorpLoggingServiceClient::~CorpLoggingServiceClient() = default;

void CorpLoggingServiceClient::ReportSessionDisconnected(
    const internal::ReportSessionDisconnectedRequestStruct& request_struct,
    StatusCallback done) {}

}  // namespace remoting