Bug 311605: default browser checking should be done nsBrowserBlue, not in delayed startup, r=mano
This commit is contained in:
@@ -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____
|
||||
|
||||
Reference in New Issue
Block a user