package androidx.browser.trusted;

import android.os.Bundle;
import android.support.customtabs.trusted.ITrustedWebActivityCallback;
import androidx.annotation.Nullable;

/* JADX INFO: loaded from: classes.dex */
public abstract class m {
    public static void a(Bundle bundle, String str) {
        if (!bundle.containsKey(str)) {
            throw new IllegalArgumentException("Bundle must contain ".concat(str));
        }
    }

    @Nullable
    private static ITrustedWebActivityCallback wrapCallback(@Nullable d dVar) {
        return null;
    }
}
