mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 20:20:00 +00:00
Removed the remaining methods on nsIWebShellContainer as they are no longer used.
This commit is contained in:
parent
6b8b335f60
commit
09e4e7acea
@ -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
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user