Bug 760680 - Update shell integration default browser check for Windows 8. r=jimm

This commit is contained in:
Brian R. Bondy
2012-06-08 09:19:01 -04:00
parent 2915db6218
commit 6af9f6b835
2 changed files with 73 additions and 2 deletions

View File

@@ -25,7 +25,8 @@ public:
NS_DECL_NSIWINDOWSSHELLSERVICE
protected:
bool IsDefaultBrowserVista(bool* aIsDefaultBrowser);
static nsresult IsDefaultBrowser(bool* aIsDefaultBrowser);
static bool IsDefaultBrowserVista(bool* aIsDefaultBrowser);
private:
#if defined(MOZ_MAINTENANCE_SERVICE)