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

Unified Diff: webrtc/p2p/client/basicportallocator.h

Issue 2267163002: Add logs and small change in BasicPortAllocator (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Log allocating ports only if the network list is not empty. Created 4 years, 4 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: webrtc/p2p/client/basicportallocator.h
diff --git a/webrtc/p2p/client/basicportallocator.h b/webrtc/p2p/client/basicportallocator.h
index ebba4db65bfd548a9b1f0bc034aba8b46661bfb3..204ff040a1deda0cff458a705c9d8beb708206bc 100644
--- a/webrtc/p2p/client/basicportallocator.h
+++ b/webrtc/p2p/client/basicportallocator.h
@@ -288,7 +288,7 @@ class AllocationSequence : public rtc::MessageHandler,
PortConfiguration* config,
uint32_t flags);
~AllocationSequence();
- bool Init();
+ void Init();
void Clear();
void OnNetworkFailed();

Powered by Google App Engine
This is Rietveld 408576698