[PALEMOON] Wholesale steal Basilisk's shell component

This commit is contained in:
NTD 2018-04-04 08:44:14 -04:00 committed by Roy Tam
commit 3a4bc108d7
17 changed files with 553 additions and 424 deletions

View file

@ -15,7 +15,7 @@ class nsMacShellService : public nsIMacShellService,
public nsIWebProgressListener
{
public:
nsMacShellService() : mCheckedThisSession(false) {};
nsMacShellService() {};
NS_DECL_ISUPPORTS
NS_DECL_NSISHELLSERVICE
@ -27,8 +27,6 @@ protected:
private:
nsCOMPtr<nsIFile> mBackgroundFile;
bool mCheckedThisSession;
};
#endif // nsmacshellservice_h____