mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
bug 100834 Deferring enumeration of search plugins directory until
REALLY required. r=rjc@rjcdb.com, sr=alecf
This commit is contained in:
parent
7a25a41203
commit
fa7111f69c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user