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

Unified Diff: net/base/socket_performance_watcher.cc

Issue 1376473003: Notify NQE of TCP RTT values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed bengr comment Created 4 years, 10 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: net/base/socket_performance_watcher.cc
diff --git a/net/base/socket_performance_watcher.cc b/net/base/socket_performance_watcher.cc
index aa0dab3b03c9476a8d099bde13e15e9b65668850..f4558ba9f9de44c66bdb8bcba861ea2ce4da6fca 100644
--- a/net/base/socket_performance_watcher.cc
+++ b/net/base/socket_performance_watcher.cc
@@ -31,4 +31,8 @@ void SocketPerformanceWatcher::OnUpdatedRTTAvailable(
socket_performance_watcher_factory_->OnUpdatedRTTAvailable(protocol_, rtt);
}
+void SocketPerformanceWatcher::OnReset() const {
+ socket_performance_watcher_factory_->OnWatcherReset();
+}
+
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698