chromium/chrome/browser/tab_group_sync/tab_group_sync_tab_state.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 "chrome/browser/tab_group_sync/tab_group_sync_tab_state.h"

#include "chrome/common/chrome_render_frame.mojom.h"
#include "components/saved_tab_groups/features.h"
#include "content/public/browser/render_frame_host.h"
#include "third_party/blink/public/common/associated_interfaces/associated_interface_provider.h"

namespace {
void SetShouldDeferMediaLoadOnRenderer(content::WebContents* web_contents,
                                       bool should_defer) {}

}  // namespace

TabGroupSyncTabState::TabGroupSyncTabState(content::WebContents* web_contents)
    :{}

TabGroupSyncTabState::~TabGroupSyncTabState() = default;

void TabGroupSyncTabState::Create(content::WebContents* web_contents) {}

void TabGroupSyncTabState::Reset(content::WebContents* web_contents) {}

WEB_CONTENTS_USER_DATA_KEY_IMPL(TabGroupSyncTabState);