Bug 311605: default browser checking should be done nsBrowserBlue, not in delayed startup, r=mano

This commit is contained in:
gavin@gavinsharp.com
2005-12-04 18:34:12 +00:00
parent a5d82331b3
commit 0c8ce1df8f
12 changed files with 131 additions and 223 deletions

View File

@@ -46,7 +46,7 @@ class nsMacShellService : public nsIMacShellService,
public nsIWebProgressListener
{
public:
nsMacShellService() : mCheckedThisSession(PR_FALSE) {};
nsMacShellService() {};
virtual ~nsMacShellService() {};
NS_DECL_ISUPPORTS
@@ -58,8 +58,6 @@ protected:
private:
nsCOMPtr<nsILocalFile> mBackgroundFile;
PRBool mCheckedThisSession;
};
#endif // nsmacshellservice_h____