// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef NET_BASE_SWITCHES_H_
#define NET_BASE_SWITCHES_H_

#include "net/base/net_export.h"

namespace net::switches {

inline constexpr char kLogNetLog[] = "log-net-log";
inline constexpr char kUnsafelyTreatInsecureOriginAsSecure[] =
    "unsafely-treat-insecure-origin-as-secure";

}  // namespace net::switches

#endif  // NET_BASE_SWITCHES_H_
