change for anonymous mode, reviewed by nisheeth

git-svn-id: svn://10.0.0.236/trunk@7045 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
1998-08-01 14:55:14 +00:00
parent 1f93fdf7b6
commit 90f4be2d7b

View File

@@ -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();
}
}