Bug 1521902: Remove unused argument from nsIShellService.isDefaultBrowser. r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D17281
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user