chromium/components/policy/test_support/request_handler_for_device_initial_enrollment_state.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_device_initial_enrollment_state.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/test_server_helpers.h"
#include "net/base/url_util.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 {

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

RequestHandlerForDeviceInitialEnrollmentState::
    ~RequestHandlerForDeviceInitialEnrollmentState() = default;

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

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

}  // namespace policy