Remove tracking protection tour.

This commit is contained in:
Ascrod 2018-05-31 18:37:37 -04:00 committed by Roy Tam
commit fcd72d8112
8 changed files with 0 additions and 90 deletions

View file

@ -8090,11 +8090,6 @@ var AboutPrivateBrowsingListener = {
const PREF = "privacy.trackingprotection.pbmode.enabled";
Services.prefs.setBoolPref(PREF, !Services.prefs.getBoolPref(PREF));
});
window.messageManager.addMessageListener(
"AboutPrivateBrowsing:DontShowIntroPanelAgain",
msg => {
TrackingProtection.dontShowIntroPanelAgain();
});
}
};