blob: 4b03d9672c6dd707dd9bcd3c6e12b4e8961ceb22 [file] [log] [blame]
// Copyright 2020 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.weblayer_private;
public final class WebLayerBundleUtils {
public static final boolean IS_WEBLAYER_IN_SPLIT = {{ weblayer_in_split }};
}