Backed out changeset 217865622f7a (bug 1521902) for an error in the code that will break telemetry
This commit is contained in:
@@ -199,8 +199,10 @@ static nsresult GetAppRegName(nsAutoString& aAppRegName) {
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsWindowsShellService::IsDefaultBrowser(bool aForAllTypes,
|
||||
nsWindowsShellService::IsDefaultBrowser(bool aStartupCheck, bool aForAllTypes,
|
||||
bool* aIsDefaultBrowser) {
|
||||
mozilla::Unused << aStartupCheck;
|
||||
|
||||
*aIsDefaultBrowser = false;
|
||||
|
||||
RefPtr<IApplicationAssociationRegistration> pAAR;
|
||||
|
||||
Reference in New Issue
Block a user