Bug 337917 Make consumers stop using cids from other modules
r=darin sr=darin git-svn-id: svn://10.0.0.236/trunk@198972 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -88,10 +88,6 @@ extern "C" void RunChromeInstallOnThread(void *data);
|
||||
// Globals
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
static NS_DEFINE_CID(kIProcessCID, NS_PROCESS_CID);
|
||||
|
||||
nsSoftwareUpdate* nsSoftwareUpdate::mInstance = nsnull;
|
||||
nsCOMPtr<nsIFile> nsSoftwareUpdate::mProgramDir = nsnull;
|
||||
char* nsSoftwareUpdate::mLogName = nsnull;
|
||||
@@ -219,7 +215,7 @@ nsSoftwareUpdate::Shutdown()
|
||||
|
||||
//Create the Process framework
|
||||
pathToCleanupUtility->AppendNative(CLEANUP_UTIL);
|
||||
nsCOMPtr<nsIProcess> cleanupProcess = do_CreateInstance(kIProcessCID);
|
||||
nsCOMPtr<nsIProcess> cleanupProcess = do_CreateInstance(NS_PROCESS_CONTRACTID);
|
||||
rv = cleanupProcess->Init(pathToCleanupUtility);
|
||||
if (NS_SUCCEEDED(rv))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user