chromium/third_party/blink/renderer/core/inspector/request_debug_header_scope.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/inspector/request_debug_header_scope.h"

#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/inspector/v8_inspector_string.h"
#include "third_party/blink/renderer/platform/bindings/thread_debugger.h"

namespace blink {
// static
String RequestDebugHeaderScope::CaptureStackIdForCurrentLocation(
    ExecutionContext* context) {}

RequestDebugHeaderScope::RequestDebugHeaderScope(ExecutionContext* context,
                                                 const String& header) {}

RequestDebugHeaderScope::~RequestDebugHeaderScope() {}

}  // namespace blink