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

Unified Diff: jingle/notifier/base/chrome_async_socket.h

Issue 4339001: Correctly handle SSL Client Authentication requests when connecting... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: use HostPortPair instead of host,port Created 10 years, 1 month 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 | jingle/notifier/base/chrome_async_socket.cc » ('j') | net/socket/ssl_client_socket_mac.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/chrome_async_socket.h
===================================================================
--- jingle/notifier/base/chrome_async_socket.h (revision 65819)
+++ jingle/notifier/base/chrome_async_socket.h (working copy)
@@ -27,6 +27,7 @@
namespace net {
class ClientSocket;
class ClientSocketFactory;
+class HostPortPair;
wtc 2010/11/12 00:12:55 Should this forward declaration be removed? HostPo
Ryan Hamilton 2010/11/12 00:47:30 Done.
class IOBufferWithSize;
} // namespace net
« no previous file with comments | « no previous file | jingle/notifier/base/chrome_async_socket.cc » ('j') | net/socket/ssl_client_socket_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698