Merge "Unhide Client Cert APIS"
This commit is contained in:
@@ -36,8 +36,6 @@ import java.security.cert.X509Certificate;
|
||||
* host/port pair. The user can clear the cached data using
|
||||
* {@link WebView#clearClientCertPreferences}.
|
||||
*
|
||||
* TODO(sgurun) unhide
|
||||
* @hide
|
||||
*/
|
||||
public interface ClientCertRequest {
|
||||
/**
|
||||
|
||||
@@ -1485,9 +1485,6 @@ public class WebView extends AbsoluteLayout
|
||||
* @param onCleared A runnable to be invoked when client certs are cleared.
|
||||
* The embedder can pass null if not interested in the
|
||||
* callback. The runnable will be called in UI thread.
|
||||
*
|
||||
* TODO(sgurun) unhide
|
||||
* @hide
|
||||
*/
|
||||
public static void clearClientCertPreferences(Runnable onCleared) {
|
||||
if (DebugFlags.TRACE_API) Log.d(LOGTAG, "clearClientCertPreferences");
|
||||
|
||||
@@ -224,8 +224,6 @@ public class WebViewClient {
|
||||
* @param view The WebView that is initiating the callback
|
||||
* @param request An instance of a {@link ClientCertRequest}
|
||||
*
|
||||
* TODO(sgurun) unhide
|
||||
* @hide
|
||||
*/
|
||||
public void onReceivedClientCertRequest(WebView view, ClientCertRequest request) {
|
||||
request.cancel();
|
||||
|
||||
Reference in New Issue
Block a user