Not part of the build!

This commit is contained in:
conrad%ingress.com 2000-06-12 21:48:13 +00:00
parent 59332eb3c3
commit fd1d842dc6

View File

@ -17,6 +17,7 @@
* Copyright (C) 1999, Mozilla. All Rights Reserved.
*
* Contributor(s):
* Conrad Carlen <conrad@ingress.com> based on work by:
* Travis Bogard <travis@netscape.com>
*/
@ -33,6 +34,9 @@
#include "nsIInterfaceRequestor.h"
#include "nsIPrompt.h"
// Other
#include "nsIWebBrowser.h"
class CBrowserWindow;
class CWebBrowserChrome : public nsIWebBrowserChrome,
@ -60,6 +64,7 @@ protected:
protected:
CBrowserWindow* mBrowserWindow;
nsCOMPtr<nsIWebBrowser> mWebBrowser;
};
#endif /* __CWebBrowserChrome__ */