summaryrefslogtreecommitdiff
path: root/netwerk/base/nsIAuthModule.idl
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/base/nsIAuthModule.idl')
-rw-r--r--netwerk/base/nsIAuthModule.idl15
1 files changed, 0 insertions, 15 deletions
diff --git a/netwerk/base/nsIAuthModule.idl b/netwerk/base/nsIAuthModule.idl
index 8a446cb219..503923f2b1 100644
--- a/netwerk/base/nsIAuthModule.idl
+++ b/netwerk/base/nsIAuthModule.idl
@@ -1,4 +1,3 @@
-/* vim:set ts=4 sw=4 et cindent: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
@@ -30,20 +29,6 @@ interface nsIAuthModule : nsISupports
const unsigned long REQ_PROXY_AUTH = (1 << 2);
/**
- * Flags used for telemetry.
- */
- const unsigned long NTLM_MODULE_SAMBA_AUTH_PROXY = 0;
- const unsigned long NTLM_MODULE_SAMBA_AUTH_DIRECT = 1;
- const unsigned long NTLM_MODULE_WIN_API_PROXY = 2;
- const unsigned long NTLM_MODULE_WIN_API_DIRECT = 3;
- const unsigned long NTLM_MODULE_GENERIC_PROXY = 4;
- const unsigned long NTLM_MODULE_GENERIC_DIRECT = 5;
- const unsigned long NTLM_MODULE_KERBEROS_PROXY = 6;
- const unsigned long NTLM_MODULE_KERBEROS_DIRECT = 7;
-
- /** Other flags may be defined in the future */
-
- /**
* Called to initialize an auth module. The other methods cannot be called
* unless this method succeeds.
*