// 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. #include "chrome/browser/ui/webui/new_tab_page/ntp_pref_names.h" namespace ntp_prefs { // Tracks whether the user has chosen to hide the shortcuts tiles on the NTP. const char kNtpShortcutsVisible[] = …; // Tracks whether the user has chosen to use custom links or most visited sites // for the shortcut tiles on the NTP. const char kNtpUseMostVisitedTiles[] = …; } // namespace ntp_prefs