summaryrefslogtreecommitdiff
path: root/chromium/components/subresource_filter/core/common/common_features.cc
blob: 8d3e1fadeb5830e25b9ef3e78bcbfc178340198f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2018 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/subresource_filter/core/common/common_features.h"

namespace subresource_filter {

const base::Feature kAdTagging{"AdTagging", base::FEATURE_DISABLED_BY_DEFAULT};

const base::Feature kDelayUnsafeAds{"DelayUnsafeAds",
                                    base::FEATURE_DISABLED_BY_DEFAULT};
const char kInsecureDelayParam[] = "insecure_delay";

}  // namespace subresource_filter