chromium/android_webview/java/src/org/chromium/android_webview/common/BugTrackerConstants.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.android_webview.common;

/** Constants for filing bugs in the chromium bug tracker. */
public final class BugTrackerConstants {
    public static final String COMPONENT_MOBILE_WEBVIEW = "1456456";
    public static final String DEFAULT_WEBVIEW_TEMPLATE = "1923373";
    public static final String OS_FIELD = "1223084";
    public static final String USER_SUBMITTED_HOTLIST = "5562135";

    // Prevents instantiation.
    private BugTrackerConstants() {}
}