chromium/chrome/browser/ui/webui/new_tab_page/ntp_pref_names.h

// 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_NEW_TAB_PAGE_NTP_PREF_NAMES_H_
#define CHROME_BROWSER_UI_WEBUI_NEW_TAB_PAGE_NTP_PREF_NAMES_H_

namespace ntp_prefs {
extern const char kNtpShortcutsVisible[];
extern const char kNtpUseMostVisitedTiles[];
}  // namespace ntp_prefs

#endif  // CHROME_BROWSER_UI_WEBUI_NEW_TAB_PAGE_NTP_PREF_NAMES_H_