Chromium Code Reviews| Index: third_party/WebKit/public/platform/WebRTCCertificateGenerator.h |
| diff --git a/third_party/WebKit/public/platform/WebRTCCertificateGenerator.h b/third_party/WebKit/public/platform/WebRTCCertificateGenerator.h |
| index aa10f885108c35122d5c905745e7309268bf04d8..53764205ebb3212fe12867ee15a258d12a448023 100644 |
| --- a/third_party/WebKit/public/platform/WebRTCCertificateGenerator.h |
| +++ b/third_party/WebKit/public/platform/WebRTCCertificateGenerator.h |
| @@ -50,6 +50,12 @@ public: |
| const WebURL&, |
| const WebURL& firstPartyForCookies, |
| WebCallbacks<WebRTCCertificate*, void>* observer) = 0; |
| + virtual void generateCertificate( |
|
Ryan Sleevi
2016/03/08 17:06:11
Per Chromium style guide with respect to overloads
hbos_chromium
2016/04/13 17:03:08
Done.
|
| + const WebRTCKeyParams&, |
| + const WebURL&, |
| + const WebURL& firstPartyForCookies, |
| + uint64_t expiresMs, |
| + WebCallbacks<WebRTCCertificate*, void>* observer) = 0; |
| // Determines if the parameters are supported by generateCertificate. |
| // For example, if the number of bits of some parameter is too small or too large we |