chromium/components/policy/test_support/request_handler_for_remote_commands.cc

// Copyright 2021 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/policy/test_support/request_handler_for_remote_commands.h"

#include "components/policy/core/common/cloud/cloud_policy_constants.h"
#include "components/policy/proto/device_management_backend.pb.h"
#include "components/policy/test_support/client_storage.h"
#include "components/policy/test_support/policy_storage.h"
#include "components/policy/test_support/remote_commands_state.h"
#include "components/policy/test_support/test_server_helpers.h"
#include "net/http/http_status_code.h"
#include "net/test/embedded_test_server/http_request.h"
#include "net/test/embedded_test_server/http_response.h"

HttpRequest;
HttpResponse;

em;

namespace policy {

RequestHandlerForRemoteCommands::RequestHandlerForRemoteCommands(
    EmbeddedPolicyTestServer* parent)
    :{}

RequestHandlerForRemoteCommands::~RequestHandlerForRemoteCommands() = default;

std::string RequestHandlerForRemoteCommands::RequestType() {}

std::unique_ptr<HttpResponse> RequestHandlerForRemoteCommands::HandleRequest(
    const HttpRequest& request) {}

void RequestHandlerForRemoteCommands::ProcessSecureRemoteCommands(
    const em::DeviceRemoteCommandRequest& request,
    const ClientStorage::ClientInfo* client_info,
    const std::vector<em::RemoteCommand>& pending_commands,
    em::DeviceRemoteCommandResponse* response) {}
}  // namespace policy