summaryrefslogtreecommitdiffstats
path: root/chromium/components/ntp_snippets/register_prefs.h
blob: af13a21d1f641eae8f38099b3356313dc4463d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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.

#ifndef COMPONENTS_NTP_SNIPPETS_REGISTER_PREFS_H_
#define COMPONENTS_NTP_SNIPPETS_REGISTER_PREFS_H_

class PrefRegistrySimple;
class PrefService;

namespace ntp_snippets::prefs {

void RegisterProfilePrefsForMigrationApril2023(PrefRegistrySimple* registry);
void MigrateObsoleteProfilePrefsApril2023(PrefService* prefs);

}  // namespace ntp_snippets::prefs

#endif  // COMPONENTS_NTP_SNIPPETS_REGISTER_PREFS_H_