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

Unified Diff: webrtc/p2p/base/port.h

Issue 2685053004: Add the URL attribute to cricket::Candiate. (Closed)
Patch Set: Add the Server URL to the Candiate. Created 3 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
Index: webrtc/p2p/base/port.h
diff --git a/webrtc/p2p/base/port.h b/webrtc/p2p/base/port.h
index 6cfbbd84c54fd0511281c8ffbe1f1c5dea149f43..aad09075b64b64ba6d1bf2eb292eda6c66518563 100644
--- a/webrtc/p2p/base/port.h
+++ b/webrtc/p2p/base/port.h
@@ -332,6 +332,7 @@ class Port : public PortInterface, public rtc::MessageHandler,
const std::string& type,
uint32_t type_preference,
uint32_t relay_preference,
+ std::string url,
Taylor Brandstetter 2017/02/10 01:58:46 nit: const ref parameter
Zhi Huang 2017/02/10 06:45:50 Done. I thought the "std::string url" is created l
bool final);
// Adds the given connection to the map keyed by the remote candidate address.

Powered by Google App Engine
This is Rietveld 408576698