#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) { … }
}
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);