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

package org.chromium.chrome.browser.safe_browsing;

/**
 * Contains all of the command line switches that are specific to the //components/safe_browsing
 * portion of Chrome on Android.
 */
public abstract class SafeBrowsingSwitches {{

{NATIVE_STRINGS}

  // Prevent instantiation.
  protected SafeBrowsingSwitches() {{}}
}}
