blob: 7dc61ca3df016f5da0d11ca86692ed93ad81909a [file] [log] [blame]
// 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() {{}}
}}