blob: 7a24a45a8f61753bd10a3a0f07ca2abc7f1daf30 [file] [log] [blame]
// Copyright 2022 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.
#ifndef COMPONENTS_VARIATIONS_NET_VARIATIONS_FLAGS_H_
#define COMPONENTS_VARIATIONS_NET_VARIATIONS_FLAGS_H_
namespace variations {
// A command line switch to append variation headers to localhost requests.
// This can be used in unittests.
extern const char kAppendVariationsHeadersToLocalhostForTesting[];
} // namespace variations
#endif // COMPONENTS_VARIATIONS_NET_VARIATIONS_FLAGS_H_