chromium/chrome/browser/android/metrics/java/src/org/chromium/chrome/browser/metrics/AppUpdateInfoDelegate.java

// Copyright 2024 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.chrome.browser.metrics;

/**
 * Base class for defining methods where different behavior is required by downstream targets. The
 * correct version of {@link AppUpdateInfoDelegateImpl} will be determined at compile time via build
 * rules.
 */
public class AppUpdateInfoDelegate {
    public void emitToHistogram() {}
}