chromium/content/public/test/render_frame_host_test_support.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 "content/public/test/render_frame_host_test_support.h"

#include "content/browser/renderer_host/render_frame_host_impl.h"
#include "content/public/browser/runtime_feature_state/runtime_feature_state_document_data.h"

namespace content {

void LeaveInPendingDeletionState(RenderFrameHost* rfh) {}

bool IsDisableThirdPartyStoragePartitioning2Enabled(RenderFrameHost* rfh) {}

void CreatePermissionService(
    RenderFrameHost* rfh,
    mojo::PendingReceiver<blink::mojom::PermissionService> receiver) {}

void DisableUnloadTimerForTesting(RenderFrameHost* rfh) {}

}  // namespace content