add field needed for anonymous mode

git-svn-id: svn://10.0.0.236/trunk@7041 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1998-08-01 14:47:43 +00:00
parent 04cef24c72
commit e44920ed5d

View File

@@ -331,6 +331,7 @@ struct MWContext_ {
void *ncast_channel_context;
/* if the window is displaying an XML file, keep a pointer to the XML file structure here */
void* xmlfile;
Bool anonymous;
#ifdef MODULAR_NETLIB
URL_Struct* modular_data;
#endif
@@ -458,8 +459,3 @@ struct _Chrome {
#endif /* _STRUCTS_H_ */