chromium/third_party/blink/renderer/core/frame/document_policy_violation_report_body.cc

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

#include "third_party/blink/renderer/core/frame/document_policy_violation_report_body.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"

namespace blink {

DocumentPolicyViolationReportBody::DocumentPolicyViolationReportBody(
    const String& feature_id,
    const String& message,
    const String& disposition,
    // URL of the resource that violated the document policy.
    const String& resource_url)
    :{}

void DocumentPolicyViolationReportBody::BuildJSONValue(
    V8ObjectBuilder& builder) const {}

unsigned DocumentPolicyViolationReportBody::MatchId() const {}

}  // namespace blink