blob: 33ac2e16066c193780426b3f477971202c95a939 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_WEBUI_TAB_SEARCH_TAB_SEARCH_PREFS_H_
#define CHROME_BROWSER_UI_WEBUI_TAB_SEARCH_TAB_SEARCH_PREFS_H_
namespace user_prefs {
class PrefRegistrySyncable;
} // namespace user_prefs
namespace tab_search_prefs {
extern const char kTabSearchRecentlyClosedSectionExpanded[];
extern const char kTabSearchTabIndex[];
extern const char kTabOrganizationShowFRE[];
void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
} // namespace tab_search_prefs
#endif // CHROME_BROWSER_UI_WEBUI_TAB_SEARCH_TAB_SEARCH_PREFS_H_