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

Unified Diff: webrtc/base/testclient.h

Issue 2005993002: Remove timing dependent packet checks from socket tests. (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
« no previous file with comments | « no previous file | webrtc/base/testclient.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/testclient.h
diff --git a/webrtc/base/testclient.h b/webrtc/base/testclient.h
index d78e142a2f6c1c7a3f5252ffcd3c83d9a71236f2..6c0cfbecaf0213a8a45f1844a3c510df450c7882 100644
--- a/webrtc/base/testclient.h
+++ b/webrtc/base/testclient.h
@@ -96,7 +96,6 @@ class TestClient : public sigslot::has_slots<> {
std::vector<Packet*>* packets_;
bool ready_to_send_;
int64_t prev_packet_timestamp_;
- int64_t prev_time_us_;
RTC_DISALLOW_COPY_AND_ASSIGN(TestClient);
};
« no previous file with comments | « no previous file | webrtc/base/testclient.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698