chromium/components/autofill/android/java_templates/AutofillSwitches.java.tmpl

// Copyright 2021 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.components.autofill;

/**
 * Contains all of the command line switches that are specific to the autofill/
 * portion of Chromium on Android.
 * Note: This file is generated from //components/autofill/core/common/autofill_switches.cc.
 */
public final class AutofillSwitches {{

{NATIVE_STRINGS}
    // Prevents instantiation.
    private AutofillSwitches() {{}}
}}