Bug 791019 - New parameter for checking all defaults for win32. r=jimm

This commit is contained in:
Brian R. Bondy
2012-09-21 10:05:24 -04:00
parent b231f7e307
commit b8b73b2bf5
2 changed files with 85 additions and 21 deletions

View File

@@ -25,8 +25,9 @@ public:
NS_DECL_NSIWINDOWSSHELLSERVICE
protected:
static nsresult IsDefaultBrowser(bool* aIsDefaultBrowser);
static bool IsDefaultBrowserVista(bool* aIsDefaultBrowser);
bool IsDefaultBrowserVista(bool aCheckAllTypes, bool* aIsDefaultBrowser);
nsresult LaunchControlPanelDefaultPrograms();
nsresult LaunchHTTPHandlerPane();
private:
bool mCheckedThisSession;