blob: 638e62aa6ec9a72559a79a0a172f793ae0d8d05a [file] [log] [blame]
// Copyright 2019 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.metrics;
/**
* Contains command line switches that are specific to the metrics component.
*/
public final class MetricsSwitches {{
{NATIVE_STRINGS}
// Prevents instantiation.
private MetricsSwitches() {{}}
}}