chromium/components/saved_tab_groups/startup_helper.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 "components/saved_tab_groups/startup_helper.h"

#include "base/uuid.h"
#include "components/saved_tab_groups/saved_tab_group.h"
#include "components/saved_tab_groups/saved_tab_group_tab.h"
#include "components/saved_tab_groups/tab_group_sync_delegate.h"
#include "components/saved_tab_groups/tab_group_sync_service.h"
#include "components/saved_tab_groups/types.h"

namespace tab_groups {

StartupHelper::StartupHelper(TabGroupSyncDelegate* delegate,
                             TabGroupSyncService* service)
    :{}

StartupHelper::~StartupHelper() = default;

void StartupHelper::InitializeTabGroupSync() {}

void StartupHelper::CloseDeletedTabGroupsFromTabModel() {}

void StartupHelper::CreateRemoteTabGroupForNewGroups() {}

void StartupHelper::MapTabIdsForGroup(const LocalTabGroupID& local_tab_group_id,
                                      const SavedTabGroup& saved_tab_group) {}

}  // namespace tab_groups