henry pushed to branch mullvad-browser-150.0a1-16.0-2 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • browser/components/preferences/privacy.js
    ... ... @@ -5417,11 +5417,9 @@ var gPrivacyPane = {
    5417 5417
           gMainPane.manageProfiles
    
    5418 5418
         );
    
    5419 5419
     
    
    5420
    -    setEventListener(
    
    5421
    -      "dataCollectionViewProfilesMultiProfileBackupWarning",
    
    5422
    -      "click",
    
    5423
    -      gMainPane.manageProfiles
    
    5424
    -    );
    
    5420
    +    // tor-browser#44902.
    
    5421
    +    // #dataCollectionViewProfilesMultiProfileBackupWarning is not in markup.
    
    5422
    +    // This should be dropped with bugzilla bug 1999769 (Firefox version 151).
    
    5425 5423
     
    
    5426 5424
         let listener = () => gPrivacyPane.updateProfilesPrivacyInfo();
    
    5427 5425
         SelectableProfileService.on("enableChanged", listener);