r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager.

git-svn-id: svn://10.0.0.236/trunk@96452 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com
2001-06-05 21:25:57 +00:00
parent 9e57e6cb8a
commit b75b28be35
13 changed files with 18 additions and 32 deletions

View File

@@ -61,10 +61,9 @@ UnregisterContentPolicy(nsIComponentManager *aCompMgr, nsIFile *aPath,
do_GetService(NS_CATEGORYMANAGER_CONTRACTID, &rv);
if (NS_FAILED(rv)) return rv;
nsXPIDLCString previous;
return catman->DeleteCategoryEntry("content-policy",
NS_WEBBROWSERCONTENTPOLICY_CONTRACTID,
PR_TRUE, getter_Copies(previous));
PR_TRUE);
}
// Component Table