From e44920ed5d1ba503306bf0420a80cf919c9ddce2 Mon Sep 17 00:00:00 2001 From: "morse%netscape.com" Date: Sat, 1 Aug 1998 14:47:43 +0000 Subject: [PATCH] add field needed for anonymous mode git-svn-id: svn://10.0.0.236/trunk@7041 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/structs.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mozilla/include/structs.h b/mozilla/include/structs.h index 0e4dc6f1cb7..51cc5e5447c 100644 --- a/mozilla/include/structs.h +++ b/mozilla/include/structs.h @@ -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_ */ - - - - -