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

Unified Diff: remoting/protocol/libjingle_transport_factory.h

Issue 10808094: Always use chromium threads for IO in remoting host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: remoting/protocol/libjingle_transport_factory.h
diff --git a/remoting/protocol/libjingle_transport_factory.h b/remoting/protocol/libjingle_transport_factory.h
index 0cead6d26a5f31bcbe1c445956cc3f5d4d6e3a58..bb54bd4e7f951bdb8bbafd971c5f82c0486ede7e 100644
--- a/remoting/protocol/libjingle_transport_factory.h
+++ b/remoting/protocol/libjingle_transport_factory.h
@@ -30,7 +30,7 @@ class LibjingleTransportFactory : public TransportFactory {
scoped_ptr<cricket::HttpPortAllocatorBase> port_allocator,
bool incoming_only);
- // Creates BasicNetworkManager, BasicPacketSocketFactory and
+ // Creates BasicNetworkManager, ChromiumPacketSocketFactory and
// BasicPortAllocator.
LibjingleTransportFactory();

Powered by Google App Engine
This is Rietveld 408576698