зеркало из https://github.com/mozilla/gecko-dev.git
Trying to fix bustage: removing references to appstartup stuff.
This commit is contained in:
Родитель
33c451cd0a
Коммит
edb0425331
|
@ -25,7 +25,6 @@
|
|||
#include "nsIServiceManager.h"
|
||||
#include "nsIEventQueueService.h"
|
||||
#include "nsIChromeRegistry.h"
|
||||
#include "nsIAppStartupNotifier.h"
|
||||
#include "nsIStringBundle.h"
|
||||
|
||||
#include "nsIDirectoryService.h"
|
||||
|
@ -112,11 +111,6 @@ nsresult NS_InitEmbedding(nsILocalFile *mozBinDirectory,
|
|||
sRegistryInitializedFlag = PR_TRUE;
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIObserver> mStartupNotifier = do_CreateInstance(NS_APPSTARTUPNOTIFIER_CONTRACTID, &rv);
|
||||
if(NS_FAILED(rv))
|
||||
return rv;
|
||||
mStartupNotifier->Observe(nsnull, APPSTARTUP_TOPIC, nsnull);
|
||||
|
||||
// Create the Event Queue for the UI thread...
|
||||
//
|
||||
// If an event queue already exists for the thread, then
|
||||
|
|
Загрузка…
Ссылка в новой задаче