Bug 1521902: Remove unused argument from nsIShellService.isDefaultBrowser. r=rstrong

Differential Revision: https://phabricator.services.mozilla.com/D17281
This commit is contained in:
Dave Townsend
2019-01-22 20:41:41 +00:00
parent 877db85327
commit a05148414e
6 changed files with 22 additions and 28 deletions

View File

@@ -199,10 +199,8 @@ static nsresult GetAppRegName(nsAutoString& aAppRegName) {
}
NS_IMETHODIMP
nsWindowsShellService::IsDefaultBrowser(bool aStartupCheck, bool aForAllTypes,
nsWindowsShellService::IsDefaultBrowser(bool aForAllTypes,
bool* aIsDefaultBrowser) {
mozilla::Unused << aStartupCheck;
*aIsDefaultBrowser = false;
RefPtr<IApplicationAssociationRegistration> pAAR;