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

Unified Diff: net/base/socket_performance_watcher_factory.h

Issue 1831383002: Add SocketWatcherFactory as a helper class to NQE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 8 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 | « net/base/socket_performance_watcher.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..df54e597efe45967ded2fce7416c0df5464a1e82 100644
--- a/net/base/socket_performance_watcher_factory.h
+++ b/net/base/socket_performance_watcher_factory.h
@@ -9,10 +9,6 @@
#include "base/memory/scoped_ptr.h"
#include "net/base/net_export.h"
-namespace base {
-class TimeDelta;
-} // namespace base
-
namespace net {
class SocketPerformanceWatcher;
@@ -34,14 +30,6 @@ class NET_EXPORT_PRIVATE SocketPerformanceWatcherFactory {
virtual scoped_ptr<SocketPerformanceWatcher> CreateSocketPerformanceWatcher(
const Protocol protocol) = 0;
- // Called when updated transport layer RTT information is available from one
- // of the watchers created by |this|. |protocol| is the protocol that was used
- // by the watcher. |rtt| must be the transport layer RTT from this device to
- // the remote transport layer endpoint. These methods are called immediately
- // after the observation is made, hence no timestamp.
- virtual void OnUpdatedRTTAvailable(const Protocol protocol,
- const base::TimeDelta& rtt) = 0;
-
protected:
SocketPerformanceWatcherFactory() {}
« no previous file with comments | « net/base/socket_performance_watcher.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698