mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 00:14:33 +00:00
Removed Destroy and added CloseAllWindows
This commit is contained in:
parent
a1b73c9089
commit
3f812f19e0
@ -111,7 +111,6 @@ public:
|
||||
virtual nsresult CreateToolBar(PRInt32 aWidth);
|
||||
virtual nsresult CreateStatusBar(PRInt32 aWidth);
|
||||
void Layout(PRInt32 aWidth, PRInt32 aHeight);
|
||||
void Destroy();
|
||||
void Back();
|
||||
void Forward();
|
||||
void GoTo(const PRUnichar* aURL);
|
||||
@ -156,6 +155,8 @@ public:
|
||||
mApp = aApp;
|
||||
}
|
||||
|
||||
static void CloseAllWindows();
|
||||
|
||||
nsViewerApp* mApp;
|
||||
|
||||
PRUint32 mChromeMask;
|
||||
|
Loading…
x
Reference in New Issue
Block a user