Index: net/base/socket_performance_watcher_factory.h |
diff --git a/net/base/socket_performance_watcher_factory.h b/net/base/socket_performance_watcher_factory.h |
index cbd607ab3366cbba1e24dea1a6dcaab205dd8320..ce908399b4762b7217a97a85f2185a57df07ced5 100644 |
--- a/net/base/socket_performance_watcher_factory.h |
+++ b/net/base/socket_performance_watcher_factory.h |
@@ -42,6 +42,10 @@ class NET_EXPORT_PRIVATE SocketPerformanceWatcherFactory { |
virtual void OnUpdatedRTTAvailable(const Protocol protocol, |
const base::TimeDelta& rtt) = 0; |
+ // Called when one of the watchers created by |this| is being reused for |
+ // another transport layer connection. |
+ virtual void WatcherReset() = 0; |
Ryan Sleevi
2016/02/25 22:48:46
1) Who guarantees that it's called by this? Same w
tbansal1
2016/02/26 23:43:34
Done.
|
+ |
protected: |
SocketPerformanceWatcherFactory() {} |