blob: 4fdbf2bb9fa60428f84aa431400dd9e05777b3c5 [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/switches.h"
namespace ntp_snippets {
namespace switches {
const char kFetchingIntervalWifiChargingSeconds[] =
"ntp-snippets-fetching-interval-wifi-charging";
const char kFetchingIntervalWifiSeconds[] =
"ntp-snippets-fetching-interval-wifi";
const char kFetchingIntervalFallbackSeconds[] =
"ntp-snippets-fetching-interval-fallback";
// If this flag is set, the snippets won't be restricted to the user's NTP
// suggestions.
const char kDontRestrict[] = "ntp-snippets-dont-restrict";
} // namespace switches
} // namespace ntp_snippets