Bug 1845057 - Remove aClaimAllTypes from setDefaultBrowser. r=nrishel,settings-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D189678
This commit is contained in:
Masatoshi Kimura
2023-10-02 16:56:42 +00:00
parent 253a8284f6
commit c2dc436126
11 changed files with 30 additions and 108 deletions

View File

@@ -1,5 +1,5 @@
function test() {
ShellService.setDefaultBrowser(true, false);
ShellService.setDefaultBrowser(false);
ok(
ShellService.isDefaultBrowser(true, false),
"we got here and are the default browser"