From ae7d5cfeebbd4d38e55395dd3cb78cc2af7803db Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Mon, 8 Mar 2004 20:39:19 +0000 Subject: [PATCH] fixing win32 bustage git-svn-id: svn://10.0.0.236/trunk@153698 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/uriloader/exthandler/win/nsOSHelperAppService.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mozilla/uriloader/exthandler/win/nsOSHelperAppService.h b/mozilla/uriloader/exthandler/win/nsOSHelperAppService.h index 744fab0bdd3..eda6bcb81b6 100644 --- a/mozilla/uriloader/exthandler/win/nsOSHelperAppService.h +++ b/mozilla/uriloader/exthandler/win/nsOSHelperAppService.h @@ -47,12 +47,6 @@ public: // method overrides for windows registry look up steps.... already_AddRefed GetMIMEInfoFromOS(const char *aMIMEType, const char *aFileExt, PRBool *aFound); - // GetFileTokenForPath must be implemented by each platform. - // platformAppPath --> a platform specific path to an application that we got out of the - // rdf data source. This can be a mac file spec, a unix path or a windows path depending on the platform - // aFile --> an nsIFile representation of that platform application path. - virtual nsresult GetFileTokenForPath(const PRUnichar * platformAppPath, nsIFile ** aFile); - protected: // Lookup a mime info by extension, using an optional type hint already_AddRefed GetByExtension(const char *aFileExt, const char *aTypeHint = nsnull);