--- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -3630,7 +3630,6 @@ var XULBrowserWindow = { SafeBrowsingNotificationBox.onLocationChange(aLocationURI); - SaveToPocket.onLocationChange(window); let originalURI; if (aRequest instanceof Ci.nsIChannel) { --- a/browser/components/BrowserGlue.sys.mjs +++ b/browser/components/BrowserGlue.sys.mjs @@ -1500,7 +1500,6 @@ BrowserGlue.prototype = { lazy.Normandy.init(); } - lazy.SaveToPocket.init(); lazy.ResetPBMPanel.init(); --- a/browser/components/moz.build +++ b/browser/components/moz.build @@ -49,7 +49,6 @@ DIRS += [ "originattributes", "pagedata", "places", - "pocket", "preferences", "privatebrowsing", "prompts",