chromium/content/public/test/update_user_activation_state_interceptor.cc

// Copyright 2024 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/update_user_activation_state_interceptor.h"

#include "content/browser/renderer_host/render_frame_host_impl.h"

namespace content {

UpdateUserActivationStateInterceptor::UpdateUserActivationStateInterceptor(
    RenderFrameHost* render_frame_host)
    :{}

UpdateUserActivationStateInterceptor::~UpdateUserActivationStateInterceptor() =
    default;

void UpdateUserActivationStateInterceptor::set_quit_handler(
    base::OnceClosure handler) {}

blink::mojom::LocalFrameHost*
UpdateUserActivationStateInterceptor::GetForwardingInterface() {}

void UpdateUserActivationStateInterceptor::UpdateUserActivationState(
    blink::mojom::UserActivationUpdateType update_type,
    blink::mojom::UserActivationNotificationType notification_type) {}

}  // namespace content