chromium/chrome/browser/ip_protection/ip_protection_switches.h

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

#ifndef CHROME_BROWSER_IP_PROTECTION_IP_PROTECTION_SWITCHES_H_
#define CHROME_BROWSER_IP_PROTECTION_IP_PROTECTION_SWITCHES_H_

namespace switches {

// Disable IP Protection proxy, for use with a corresponding chrome://flags
// entry in case of breakage or when debugging.
extern const char kDisableIpProtectionProxy[];

}  // namespace switches

#endif  // CHROME_BROWSER_IP_PROTECTION_IP_PROTECTION_SWITCHES_H_