chromium/components/variations/android/java_templates/VariationsSwitches.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.variations;

/**
 * Contains command line switches that are specific to the variations component.
 */
public final class VariationsSwitches {{

{NATIVE_STRINGS}

    // Prevents instantiation.
    private VariationsSwitches() {{}}
}}