summaryrefslogtreecommitdiff
path: root/chromium/components/ntp_snippets/switches.cc
blob: 4fdbf2bb9fa60428f84aa431400dd9e05777b3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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