mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
add field needed for anonymous mode
This commit is contained in:
parent
4f09271991
commit
3267aa8caa
@ -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_ */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user