| Index: net/socket_stream/socket_stream.h
|
| diff --git a/net/socket_stream/socket_stream.h b/net/socket_stream/socket_stream.h
|
| index 2a4f0d7c14a7897b7d4e41c84f36cd024cfa66dd..aab3760a41d2283796212a531e0e41ed402a03e8 100644
|
| --- a/net/socket_stream/socket_stream.h
|
| +++ b/net/socket_stream/socket_stream.h
|
| @@ -151,9 +151,7 @@ class NET_EXPORT SocketStream
|
|
|
| // Restarts with authentication info.
|
| // Should be used for response of OnAuthRequired.
|
| - virtual void RestartWithAuth(
|
| - const string16& username,
|
| - const string16& password);
|
| + virtual void RestartWithAuth(const AuthCredentials& credentials);
|
|
|
| // Detach delegate. Call before delegate is deleted.
|
| // Once delegate is detached, close the socket stream and never call delegate
|
|
|