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);