blob: 0e7cf163de7da4e1ca30760fc4822cf203f52482 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// 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() {{}}
}}