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

Unified Diff: content/renderer/p2p/host_address_request.h

Issue 7762008: Implement STUN support for P2P Transport API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/p2p/p2p_transport_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/p2p/host_address_request.h
diff --git a/content/renderer/p2p/host_address_request.h b/content/renderer/p2p/host_address_request.h
index a05cd1d05f2321935263af160de1eab9fee59c5c..72789aa96c4a979271d16ad4ef7bb5a9f13ab8c5 100644
--- a/content/renderer/p2p/host_address_request.h
+++ b/content/renderer/p2p/host_address_request.h
@@ -19,6 +19,11 @@ namespace content {
class P2PSocketDispatcher;
+// P2PHostAddressRequest performs DNS hostname resolution. It's used
+// to resolve addresses of STUN and relay servers.
+//
+// TODO(sergeyu): Name of this class may be confusing. Rename it to
+// something else, e.g. P2PHostnameResolver.
class P2PHostAddressRequest :
public base::RefCountedThreadSafe<P2PHostAddressRequest> {
public:
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/p2p/p2p_transport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698