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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user