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

Unified Diff: webrtc/base/autodetectproxy.h

Issue 2104203002: Fixing flakiness of TestDetectUnresolvedProxy. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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/base/autodetectproxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/autodetectproxy.h
diff --git a/webrtc/base/autodetectproxy.h b/webrtc/base/autodetectproxy.h
index 1bd523f8dba7278966cc84f233c100a9880e9dc0..1788a0333d37743587130bbac82f08dcabf06a66 100644
--- a/webrtc/base/autodetectproxy.h
+++ b/webrtc/base/autodetectproxy.h
@@ -70,6 +70,7 @@ class AutoDetectProxy : public SignalThread {
void OnConnectEvent(AsyncSocket * socket);
void OnReadEvent(AsyncSocket * socket);
void OnCloseEvent(AsyncSocket * socket, int error);
+ void OnTimeout();
void OnResolveResult(AsyncResolverInterface* resolver);
bool DoConnect();
« no previous file with comments | « no previous file | webrtc/base/autodetectproxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698