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
parent 7a25a41203
commit fa7111f69c

View File

@ -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);