am 4d3a7b07: Merge "Make SslErrorHandler ctor public/@hide." into jb-mr1-dev
* commit '4d3a7b075298d1379e9d6ba84bc02a347344a001': Make SslErrorHandler ctor public/@hide.
This commit is contained in:
@@ -26,9 +26,9 @@ import android.os.Handler;
|
||||
public class SslErrorHandler extends Handler {
|
||||
|
||||
/**
|
||||
* Package-private constructor needed for API compatibility.
|
||||
* @hide Only for use by WebViewProvider implementations.
|
||||
*/
|
||||
SslErrorHandler() {}
|
||||
public SslErrorHandler() {}
|
||||
|
||||
/**
|
||||
* Proceed with the SSL certificate.
|
||||
|
||||
Reference in New Issue
Block a user