mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1280251 - Remove leftover references to unifiedComplete pref. r=past
MozReview-Commit-ID: 9GQ6u7V6tKs --HG-- extra : rebase_source : 579d95b007a9712a0247406d7ec0b4f6dec699ef
This commit is contained in:
parent
ecdef8e6f4
commit
7c23d539a6
@ -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";
|
||||
|
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user