Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: webrtc/api/test/fakedtlsidentitystore.h

Issue 2019423006: Adding more detail to MessageQueue::Dispatch logging. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/test/fakedtlsidentitystore.h
diff --git a/webrtc/api/test/fakedtlsidentitystore.h b/webrtc/api/test/fakedtlsidentitystore.h
index 58de38fb32608b625b5d3518d3bc408977f80d5d..78ac16de87f5d2e0cb8582f8a2a1c8067679eb83 100644
--- a/webrtc/api/test/fakedtlsidentitystore.h
+++ b/webrtc/api/test/fakedtlsidentitystore.h
@@ -156,7 +156,7 @@ class FakeDtlsIdentityStore : public webrtc::DtlsIdentityStoreInterface,
key_params.ec_curve() == rtc::EC_NIST_P256);
msg_id = MSG_SUCCESS_ECDSA;
}
- rtc::Thread::Current()->Post(this, msg_id, msg);
+ rtc::Thread::Current()->Post(FROM_HERE, this, msg_id, msg);
}
static rtc::scoped_refptr<rtc::RTCCertificate> GenerateCertificate() {

Powered by Google App Engine
This is Rietveld 408576698