chromium/components/policy/test_support/request_handler_for_chrome_desktop_report.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_chrome_desktop_report.h"

#include "components/policy/core/common/cloud/cloud_policy_constants.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 {

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

RequestHandlerForChromeDesktopReport::~RequestHandlerForChromeDesktopReport() =
    default;

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

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

}  // namespace policy