Patch v9 - mozilla/security/manager portion

Enabling final portion of patch, enabling new SSL error page.
r=rrelyea
This commit is contained in:
kaie%kuix.de 2007-02-18 04:26:02 +00:00
Родитель a3d8454c22
Коммит cc55516640
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -320,8 +320,6 @@ nsNSSSocketInfo::SetNotificationCallbacks(nsIInterfaceRequestor* aCallbacks)
mCallbacks = proxiedCallbacks;
// XXX enable this code when 107491 error page gets approved
#if 0
// Are we running within a context that wants external SSL error reporting?
// We'll look at the presence of a security UI object inside docshell.
// If the docshell wants the lock icon, you'll get the ssl error pages, too.
@ -341,7 +339,6 @@ nsNSSSocketInfo::SetNotificationCallbacks(nsIInterfaceRequestor* aCallbacks)
mExternalErrorReporting = PR_TRUE;
}
}
#endif
return NS_OK;
}