Merge "Unhide Client Cert APIS"

This commit is contained in:
Selim Gurun
2014-05-02 21:34:24 +00:00
committed by Android (Google) Code Review
4 changed files with 12 additions and 7 deletions

View File

@@ -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 {
/**

View File

@@ -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");

View File

@@ -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();