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

Unified Diff: net/http/http_auth_sspi_win.cc

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.cc
diff --git a/net/http/http_auth_sspi_win.cc b/net/http/http_auth_sspi_win.cc
index d6fedf910e5004e2be6eef91b57d978cf239afd7..f9b10fc1a9d7c5c42ff1b96cc357f389ddb2ef42 100644
--- a/net/http/http_auth_sspi_win.cc
+++ b/net/http/http_auth_sspi_win.cc
@@ -479,14 +479,6 @@ class SSPILibraryDefault : public SSPILibrary {
virtual SECURITY_STATUS FreeContextBuffer(PVOID pvContextBuffer) {
return ::FreeContextBuffer(pvContextBuffer);
}
-
- private:
- friend struct DefaultSingletonTraits<SSPILibraryDefault>;
};
-// static
-SSPILibrary* SSPILibrary::GetDefault() {
- return Singleton<SSPILibraryDefault>::get();
-}
-
} // namespace net
« net/http/http_auth_handler_negotiate_unittest.cc ('K') | « net/http/http_auth_sspi_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698