chromium/chrome/browser/ui/tabs/saved_tab_groups/saved_tab_group_pref_names.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/ui/tabs/saved_tab_groups/saved_tab_group_pref_names.h"

#include "components/pref_registry/pref_registry_syncable.h"

namespace tab_groups::saved_tab_groups::prefs {

void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {}

bool IsTabGroupSavesUIUpdateMigrated(PrefService* pref_service) {}

void SetTabGroupSavesUIUpdateMigrated(PrefService* pref_service) {}

int GetLearnMoreFooterShownCount(PrefService* pref_service) {}
void IncrementLearnMoreFooterShownCountPref(PrefService* pref_service) {}

}  // namespace tab_groups::saved_tab_groups::prefs