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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user