Bug 1280251 - Remove leftover references to unifiedComplete pref. r=past

MozReview-Commit-ID: 9GQ6u7V6tKs

--HG--
extra : rebase_source : 579d95b007a9712a0247406d7ec0b4f6dec699ef
This commit is contained in:
Marco Bonardo 2016-06-16 15:06:07 +01:00
parent ecdef8e6f4
commit 7c23d539a6
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
const UNIFIEDCOMPLETE_PREF = "browser.urlbar.unifiedcomplete";
const SUGGEST_ALL_PREF = "browser.search.suggest.enabled";
const SUGGEST_URLBAR_PREF = "browser.urlbar.suggest.searches";
const TEST_ENGINE_BASENAME = "searchSuggestionEngine.xml";

View File

@ -7,7 +7,6 @@ add_task(function*() {
yield PlacesUtils.bookmarks.remove(bm);
});
Services.prefs.setBoolPref("browser.urlbar.unifiedcomplete", true);
yield BrowserTestUtils.withNewTab({ gBrowser, url: "about:blank" }, testDelete);
});