chromium/services/tracing/public/java/src/org/chromium/services/network/public/TracingServiceFeatures.java.tmpl

// Copyright 2023 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.services.tracing;

/**
 * Contains features that are specific to Tracing Service.
 */
public final class TracingServiceFeatures {{

{NATIVE_FEATURES}

    // Do not instantiate this class.
    private TracingServiceFeatures() {{}}
}}