blob: 21df19573739d4ad02dd116d04a9c7a0c10246d3 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/ntp_snippets/pref_names.h"
namespace ntp_snippets {
namespace prefs {
const char kEnableSnippets[] = "ntp_snippets.enable";
const char kSnippetHosts[] = "ntp_snippets.hosts";
const char kSnippetFetcherQuotaDay[] =
"ntp.request_throttler.suggestion_fetcher.day";
const char kSnippetFetcherQuotaCount[] =
"ntp.request_throttler.suggestion_fetcher.count";
const char kDismissedRecentOfflineTabSuggestions[] =
"ntp_suggestions.offline_pages.recent_tabs.dismissed_ids";
const char kDismissedDownloadSuggestions[] =
"ntp_suggestions.offline_pages.downloads.dismissed_ids";
} // namespace prefs
} // namespace ntp_snippets