Removed the remaining methods on nsIWebShellContainer as they are no longer used.

This commit is contained in:
tbogard%aol.net 2000-04-11 23:52:27 +00:00
Родитель 1fc4af093b
Коммит b62718c6b4
1 изменённых файлов: 0 добавлений и 16 удалений

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

@ -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
//----------------------------------------------------------------------
/**