chromium/content/test/test_select_url_fenced_frame_config_observer_impl.cc

// Copyright 2023 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/test/test_select_url_fenced_frame_config_observer_impl.h"

#include "content/public/browser/storage_partition.h"
#include "content/public/test/shared_storage_test_utils.h"
#include "content/public/test/test_select_url_fenced_frame_config_observer.h"
#include "url/gurl.h"

namespace content {

TestSelectURLFencedFrameConfigObserverImpl::
    TestSelectURLFencedFrameConfigObserverImpl() = default;
TestSelectURLFencedFrameConfigObserverImpl::
    ~TestSelectURLFencedFrameConfigObserverImpl() = default;

void TestSelectURLFencedFrameConfigObserverImpl::OnSharedStorageAccessed(
    const base::Time& access_time,
    AccessType type,
    int main_frame_id,
    const std::string& owner_origin,
    const SharedStorageEventParams& params) {}

void TestSelectURLFencedFrameConfigObserverImpl::OnUrnUuidGenerated(
    const GURL& urn_uuid) {}

void TestSelectURLFencedFrameConfigObserverImpl::OnConfigPopulated(
    const std::optional<FencedFrameConfig>& config) {}

const std::optional<GURL>&
TestSelectURLFencedFrameConfigObserverImpl::GetUrnUuid() const {}

const std::optional<FencedFrameConfig>&
TestSelectURLFencedFrameConfigObserverImpl::GetConfig() const {}

bool TestSelectURLFencedFrameConfigObserverImpl::ConfigObserved() const {}

TestSelectURLFencedFrameConfigObserver::TestSelectURLFencedFrameConfigObserver(
    StoragePartition* storage_partition)
    :{}

TestSelectURLFencedFrameConfigObserver::
    ~TestSelectURLFencedFrameConfigObserver() {}

const std::optional<GURL>& TestSelectURLFencedFrameConfigObserver::GetUrnUuid()
    const {}

const std::optional<FencedFrameConfig>&
TestSelectURLFencedFrameConfigObserver::GetConfig() const {}

bool TestSelectURLFencedFrameConfigObserver::ConfigObserved() const {}

}  // namespace content