Chromium Code Reviews| Index: net/socket/client_socket_factory.h |
| =================================================================== |
| --- net/socket/client_socket_factory.h (revision 75583) |
| +++ net/socket/client_socket_factory.h (working copy) |
| @@ -64,9 +64,9 @@ |
| // Returns the default ClientSocketFactory. |
| static ClientSocketFactory* GetDefaultFactory(); |
| - // Instructs the default ClientSocketFactory to use |factory| to create |
| - // SSLClientSocket objects. |
| - static void SetSSLClientSocketFactory(SSLClientSocketFactory factory); |
| + // Instructs the default ClientSocketFactory to use the system SSL |
| + // libraries. |
| + static void UseSystemSSL(); |
|
wtc
2011/02/23 00:38:38
With this change, the SSLClientSocketFactory type
|
| }; |
| } // namespace net |