Add a CreateDefaultContext() method to ProofVerifier
Add a CreateDefaultContext() method to QUIC's ProofVerifier interface which allows a proof verifier to supply a valid, but generic context. Applications, like Chrome, will create per-connection contexts based on the requests which initiate them. But this method allows a generic context to be used by the toy client and reduces code diffs. Merge internal change: 203811282 Change-Id: I051a87bfded65597fa2bd4a74203f74c84f336d9 Reviewed-on: https://chromium-review.googlesource.com/1130945 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#577239}
Showing
Please register or sign in to comment