From 90f4be2d7b3469fbc31eda54bffc62c21edaaa64 Mon Sep 17 00:00:00 2001 From: "morse%netscape.com" Date: Sat, 1 Aug 1998 14:55:14 +0000 Subject: [PATCH] change for anonymous mode, reviewed by nisheeth git-svn-id: svn://10.0.0.236/trunk@7045 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/lib/xp/xp_cntxt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/lib/xp/xp_cntxt.c b/mozilla/lib/xp/xp_cntxt.c index 1f841d7da6b..a761ebf6d0f 100644 --- a/mozilla/lib/xp/xp_cntxt.c +++ b/mozilla/lib/xp/xp_cntxt.c @@ -47,7 +47,8 @@ XP_InitializeContext(MWContext *context) if (context != NULL) { context->context_id = ++global_context_id; - context->INTL_tag = INTL_TAG; + context->INTL_tag = INTL_TAG; + context->anonymous = PRVCY_IsAnonymous(); } }