Bug 1498914 - Removal of Pocket icon from address bar persist across a restart r=adw

Differential Revision: https://phabricator.services.mozilla.com/D8889

--HG--
extra : moz-landing-system : lando
This commit is contained in:
ScottDowne 2018-10-16 18:57:27 +00:00
Родитель 89b6e4de4b
Коммит 178d22bbc4
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -528,9 +528,6 @@ var SaveToPocket = {
},
uninit() {
// For speed sake, we should only do a shutdown if we're being disabled.
// On an app shutdown, just let it fade away...
Services.prefs.removeObserver("extensions.pocket.enabled", prefObserver);
PocketOverlay.shutdown();
},
};