| Index: net/cert/cert_verify_proc_android.cc
|
| diff --git a/net/cert/cert_verify_proc_android.cc b/net/cert/cert_verify_proc_android.cc
|
| index 590bb79c084bd3f504d34227f308da9604f39598..bd747267a2e0c293465020e2ff35497d806f8c74 100644
|
| --- a/net/cert/cert_verify_proc_android.cc
|
| +++ b/net/cert/cert_verify_proc_android.cc
|
| @@ -144,11 +144,6 @@ int CertVerifyProcAndroid::VerifyInternal(
|
| if (IsCertStatusError(verify_result->cert_status))
|
| return MapCertStatusToNetError(verify_result->cert_status);
|
|
|
| - // TODO(ppi): Implement missing functionality: yielding the constructed trust
|
| - // chain, public key hashes of its certificates and |is_issued_by_known_root|
|
| - // flag. All of the above require specific support from the platform, missing
|
| - // in the Java APIs. See also: http://crbug.com/116838
|
| -
|
| return OK;
|
| }
|
|
|
|
|