From 09e4e7acea34d5330a4a4a4af756bc95e83dec8b Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Tue, 11 Apr 2000 23:52:27 +0000 Subject: [PATCH] Removed the remaining methods on nsIWebShellContainer as they are no longer used. --- webshell/public/nsIWebShell.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/webshell/public/nsIWebShell.h b/webshell/public/nsIWebShell.h index 540dc9064721..de713f1758e3 100644 --- a/webshell/public/nsIWebShell.h +++ b/webshell/public/nsIWebShell.h @@ -72,24 +72,8 @@ class nsIWebShellContainer : public nsISupports { public: static const nsIID& GetIID() { static nsIID iid = NS_IWEB_SHELL_CONTAINER_IID; return iid; } - // History control - NS_IMETHOD WillLoadURL(nsIWebShell* aShell, - const PRUnichar* aURL, - nsLoadType aReason) = 0; - - NS_IMETHOD BeginLoadURL(nsIWebShell* aShell, - const PRUnichar* aURL) = 0; - - - NS_IMETHOD EndLoadURL(nsIWebShell* aShell, - const PRUnichar* aURL, - nsresult aStatus) = 0; - }; -// Return value from WillLoadURL -#define NS_WEB_SHELL_CANCEL_URL_LOAD 0xC0E70000 - //---------------------------------------------------------------------- /**