| Index: net/http/http_auth_sspi_win.h
|
| diff --git a/net/http/http_auth_sspi_win.h b/net/http/http_auth_sspi_win.h
|
| index c4df58ebb305a3edd5eb8e3cb309d9a237acdc4d..4315473616735d44401ffa74e0f52622ae17236b 100644
|
| --- a/net/http/http_auth_sspi_win.h
|
| +++ b/net/http/http_auth_sspi_win.h
|
| @@ -63,11 +63,6 @@ class SSPILibrary {
|
| virtual SECURITY_STATUS DeleteSecurityContext(PCtxtHandle phContext) = 0;
|
|
|
| virtual SECURITY_STATUS FreeContextBuffer(PVOID pvContextBuffer) = 0;
|
| -
|
| - // Get the default SSPILibrary instance, which simply acts as a passthrough
|
| - // to the Windows SSPI implementation. The object returned is a singleton
|
| - // instance, and the caller should not delete it.
|
| - static SSPILibrary* GetDefault();
|
| };
|
|
|
| class HttpAuthSSPI {
|
|
|