Commit 86c14367 authored by Caleb Raitto's avatar Caleb Raitto Committed by Commit Bot

Fix an outdated name in a comment.

Change-Id: I4ecf5fb92974d11d22f197adf3015ab4967b94fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846020Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Commit-Queue: Caleb Raitto <caraitto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703847}
parent a43869c6
...@@ -629,10 +629,9 @@ class MockSSLClientSocket; ...@@ -629,10 +629,9 @@ class MockSSLClientSocket;
class MockProxyClientSocket; class MockProxyClientSocket;
// ClientSocketFactory which contains arrays of sockets of each type. // ClientSocketFactory which contains arrays of sockets of each type.
// You should first fill the arrays using AddMock{SSL,}Socket. When the factory // You should first fill the arrays using Add{SSL,ProxyClient,}SocketDataProvider(). When the
// is asked to create a socket, it takes next entry from appropriate array. // factory is asked to create a socket, it takes next entry from appropriate array. You can use
// You can use ResetNextMockIndexes to reset that next entry index for all mock // ResetNextMockIndexes to reset that next entry index for all mock socket types.
// socket types.
class MockClientSocketFactory : public ClientSocketFactory { class MockClientSocketFactory : public ClientSocketFactory {
public: public:
MockClientSocketFactory(); MockClientSocketFactory();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment