mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 06:22:20 +00:00
Added GetContainer() and SetContainer() methods which allow access to the ContentViewerContainer (ie webshell) associated with the document loader.
This commit is contained in:
parent
d4ef120540
commit
1c0a96551e
@ -87,6 +87,10 @@ public:
|
||||
NS_IMETHOD AddObserver(nsIDocumentLoaderObserver *aObserver) = 0;
|
||||
|
||||
NS_IMETHOD RemoveObserver(nsIDocumentLoaderObserver *aObserver) = 0;
|
||||
|
||||
NS_IMETHOD SetContainer(nsIContentViewerContainer* aContainer) = 0;
|
||||
|
||||
NS_IMETHOD GetContainer(nsIContentViewerContainer** aResult) = 0;
|
||||
};
|
||||
|
||||
/* 057b04d0-0ccf-11d2-beba-00805f8a66dc */
|
||||
|
Loading…
x
Reference in New Issue
Block a user