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

Unified Diff: net/curvecp/client_packetizer.h

Issue 9572036: Convert uses of int ms to TimeDelta in chrome/browser and net. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add more TimeDelta integration. Created 8 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
« no previous file with comments | « net/base/host_resolver_impl.cc ('k') | net/curvecp/client_packetizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/curvecp/client_packetizer.h
diff --git a/net/curvecp/client_packetizer.h b/net/curvecp/client_packetizer.h
index 01869f416d26a2f2fbb70e47228bec0cc2d7bead..404ae0a638b40118dbad0cf1f82fc7748cc2e1a3 100644
--- a/net/curvecp/client_packetizer.h
+++ b/net/curvecp/client_packetizer.h
@@ -66,7 +66,7 @@ class ClientPacketizer : public Packetizer {
int ConnectNextAddress();
// We set a timeout for responses to the Hello message.
- void StartHelloTimer(int milliseconds);
+ void StartHelloTimer(base::TimeDelta delay);
void RevokeHelloTimer();
void OnHelloTimeout(); // Called when the Hello Timer fires.
« no previous file with comments | « net/base/host_resolver_impl.cc ('k') | net/curvecp/client_packetizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698