Backed out changeset 27451e8e8c20 (bug 1956952) bc failures @browser_glean_sidebar.js. CLOSED TREE

This commit is contained in:
Goloman Adrian
2025-04-01 04:13:29 +03:00
parent 6c125a1562
commit f22b24fa25
3 changed files with 4 additions and 41 deletions

View File

@@ -153,11 +153,6 @@ export class SidebarCustomize extends SidebarPage {
checked: e.target.checked,
});
break;
case "viewCPMSidebar":
Glean.contextualManager.sidebarCustomizeEnabled.record({
checked: e.target.checked,
});
break;
}
}