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

Commits:

1 changed file:

Changes:

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