Bug 739698 - SearchEngines cleanup in browser.js. r=mfinkle

This commit is contained in:
Brian Nicholson 2012-03-27 15:54:01 -07:00
Родитель e92d71e8cc
Коммит 1f6c262397
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -938,8 +938,6 @@ var BrowserApp = {
} else if (aTopic == "Viewport:Change") {
if (this.isBrowserContentDocumentDisplayed())
this.selectedTab.setViewport(JSON.parse(aData));
} else if (aTopic == "SearchEngines:Get") {
this.getSearchEngines();
} else if (aTopic == "Passwords:Init") {
// Force creation/upgrade of signons.sqlite
let storage = Cc["@mozilla.org/login-manager/storage/mozStorage;1"].getService(Ci.nsILoginManagerStorage);