Back out chak's changes to mfcembed until we can separate the PSM stuff out.

git-svn-id: svn://10.0.0.236/trunk@103884 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
2001-09-26 23:58:44 +00:00
parent ffa8fd5f09
commit a330fa9287
8 changed files with 2 additions and 341 deletions

View File

@@ -67,7 +67,6 @@
#include "BrowserImpl.h"
#include "BrowserFrm.h"
#include "Dialogs.h"
#include "SecurityInfoDlg.h"
// Print Includes
#include "PrintProgressDialog.h"
@@ -1043,13 +1042,5 @@ void CBrowserView::ShowSecurityInfo()
return;
}
nsresult rv = NS_OK;
nsCOMPtr<nsISSLStatus> sslStatus = do_GetInterface(mWebBrowser, &rv);
if (NS_FAILED(rv)) {
::MessageBox(hParent, "Unable to get nsISSLStatus", "MfcEmbed", MB_OK);
return;
}
SecurityInfoDlg dlg(sslStatus, this);
dlg.DoModal();
::MessageBox(hParent, "To Be Done..........", "MfcEmbed", MB_OK);
}