Unhide Client Cert APIS

Bug:12983007
Change-Id: I9ae23be110ff036ce64271841e1ba69122ce6caa
This commit is contained in:
Selim Gurun
2014-05-02 14:15:07 -07:00
parent e1c6c3ae21
commit f271c8ecd0
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();