Backed out changeset 217865622f7a (bug 1521902) for an error in the code that will break telemetry

This commit is contained in:
shindli
2019-01-22 23:28:48 +02:00
parent 5c81240e8d
commit 8f36a99703
6 changed files with 28 additions and 22 deletions

View File

@@ -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;