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

Unified Diff: webrtc/test/fake_network_pipe.h

Issue 3010653002: Keep track of the capacity delay error in the FakeNetworkPipe. (Closed)
Patch Set: Comment fix Created 3 years, 4 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/test/fake_network_pipe.cc » ('j') | webrtc/test/fake_network_pipe.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/fake_network_pipe.h
diff --git a/webrtc/test/fake_network_pipe.h b/webrtc/test/fake_network_pipe.h
index 039cc84de8a1b1b6d66c1a835907079cfbd6568f..d7e0c5d9c2e1f5f970fd659334ab6330547f7ee6 100644
--- a/webrtc/test/fake_network_pipe.h
+++ b/webrtc/test/fake_network_pipe.h
@@ -176,6 +176,8 @@ class FakeNetworkPipe {
int64_t last_log_time_;
+ int64_t capacity_delay_error_bytes_ = 0;
+
RTC_DISALLOW_COPY_AND_ASSIGN(FakeNetworkPipe);
};
« no previous file with comments | « no previous file | webrtc/test/fake_network_pipe.cc » ('j') | webrtc/test/fake_network_pipe.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698