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

Unified Diff: net/http/http_auth_sspi_win.h

Issue 4560001: Support specifying the GSSAPI library that will be used. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix library handling on Windows; port to ToT 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
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 {

Powered by Google App Engine
This is Rietveld 408576698