bug 100834 Deferring enumeration of search plugins directory until

REALLY required. r=rjc@rjcdb.com, sr=alecf
This commit is contained in:
dp%netscape.com 2001-09-25 00:22:45 +00:00
Родитель 9797a89805
Коммит 5c0983df10
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -19,9 +19,6 @@
*
* Original Author(s):
* Robert John Churchill <rjc@netscape.com>
*
* Contributor(s):
* Pierre Phaneuf <pp@ludusdesign.com>
*/
/*
@ -880,10 +877,6 @@ InternetSearchDataSource::Init()
mEngineListBuilt = PR_FALSE;
// we now build up the list of engines immediately,
// but still defer loading in of the contents until needed
DeferredInit();
// Register as a profile change obsevrer
nsCOMPtr<nsIObserverService> observerService =
do_GetService(NS_OBSERVERSERVICE_CONTRACTID, &rv);