Chromium Code Reviews| Index: talk/app/webrtc/dtlsidentitystore.h |
| diff --git a/talk/app/webrtc/dtlsidentitystore.h b/talk/app/webrtc/dtlsidentitystore.h |
| index 1e15afb5f07973a5259b55e6661768d05ce8760a..3d4a078f0ca8a178ec69e6cb32c3c5084fc4d323 100644 |
| --- a/talk/app/webrtc/dtlsidentitystore.h |
| +++ b/talk/app/webrtc/dtlsidentitystore.h |
| @@ -40,6 +40,10 @@ |
| #include "webrtc/base/thread.h" |
| namespace webrtc { |
| + |
| +// Passed to SSLIdentity::Generate. |
| +extern const char kIdentityName[]; |
| + |
| class SSLIdentity; |
| class Thread; |