29 lines
963 B
Java
29 lines
963 B
Java
package org.chromium.support_lib_boundary;
|
|
|
|
import android.webkit.WebResourceRequest;
|
|
import android.webkit.WebSettings;
|
|
import java.lang.reflect.InvocationHandler;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public interface WebkitToCompatConverterBoundaryInterface {
|
|
Object convertSafeBrowsingResponse(InvocationHandler invocationHandler);
|
|
|
|
InvocationHandler convertSafeBrowsingResponse(Object obj);
|
|
|
|
Object convertServiceWorkerSettings(InvocationHandler invocationHandler);
|
|
|
|
InvocationHandler convertServiceWorkerSettings(Object obj);
|
|
|
|
InvocationHandler convertSettings(WebSettings webSettings);
|
|
|
|
Object convertWebMessagePort(InvocationHandler invocationHandler);
|
|
|
|
InvocationHandler convertWebMessagePort(Object obj);
|
|
|
|
Object convertWebResourceError(InvocationHandler invocationHandler);
|
|
|
|
InvocationHandler convertWebResourceError(Object obj);
|
|
|
|
InvocationHandler convertWebResourceRequest(WebResourceRequest webResourceRequest);
|
|
}
|