summaryrefslogtreecommitdiff
path: root/chromium/weblayer/public/java/org/chromium/browserfragment/interfaces/IBrowserSandboxCallback.aidl
blob: 74a696c14e434720b6a3d5f7db9222f3ad0f9248 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2022 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.browserfragment.interfaces;

import android.view.SurfaceControlViewHost.SurfacePackage;

oneway interface IBrowserSandboxCallback {
    void onBrowserProcessInitialized() = 1;
}