Bug 73951 - Enable global history by default for embedding apps. r=valeski/sr=rpotts

This commit is contained in:
ccarlen@netscape.com
2001-05-19 18:31:20 +00:00
parent d801e47a85
commit 3cab6ea935
7 changed files with 50 additions and 20 deletions

View File

@@ -52,7 +52,6 @@
#include "nsVoidArray.h"
#include "nsWeakPtr.h"
class nsWebBrowserFindImpl;
class nsWebBrowserInitInfo
{
@@ -118,6 +117,7 @@ protected:
NS_IMETHOD GetPrimaryContentWindow(nsIDOMWindowInternal **aDomWindow);
NS_IMETHOD BindListener(nsISupports *aListener, const nsIID& aIID);
NS_IMETHOD UnBindListener(nsISupports *aListener, const nsIID& aIID);
NS_IMETHOD EnableGlobalHistory(PRBool aEnable);
static nsEventStatus PR_CALLBACK HandleEvent(nsGUIEvent *aEvent);