blob: 412cab2333ea3304836c5067c033e5fa0d787298 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/variations/net/variations_flags.h"
namespace variations {
const char kAppendVariationsHeadersToLocalhostForTesting[] =
"append-variations-headers-to-localhost-for-testing";
} // namespace variations
|