From 674d3a1242504d4f8049d3015ac5497285c89b8b Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Mon, 24 Dec 2012 14:04:04 +0100 Subject: [PATCH] mshtml: Removed no longer used nsIProfile declaration. --- dlls/mshtml/nsiface.idl | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dlls/mshtml/nsiface.idl b/dlls/mshtml/nsiface.idl index 744f45b581a..a141dd1b4fe 100644 --- a/dlls/mshtml/nsiface.idl +++ b/dlls/mshtml/nsiface.idl @@ -3092,27 +3092,6 @@ interface nsITooltipTextProvider : nsISupports nsresult GetNodeText(nsIDOMNode *aNode, PRUnichar **aText, bool *_retval); } -[ - object, - uuid(02b0625a-e7f3-11d2-9f5a-006008a6efe9), - local -] -interface nsIProfile : nsISupports -{ - nsresult GetProfileCount(int32_t *aProfileCount); - nsresult GetProfileList(uint32_t *length, PRUnichar ***profileNames); - nsresult ProfileExists(const PRUnichar *profileName, bool *_retval); - nsresult GetCurrentProfile(PRUnichar **aCurrentProfile); - nsresult SetCurrentProfile(const PRUnichar *aCurrentProfile); - nsresult ShutDownCurrentProfile(uint32_t shutDownType); - nsresult CreateNewProfile(const PRUnichar *profileName, - const PRUnichar *nativeProfileDir, const PRUnichar *langcode, - bool useExistingDir); - nsresult RenameProfile(const PRUnichar *oldName, const PRUnichar *newName); - nsresult DeleteProfile(const PRUnichar *name, bool canDeleteFiles); - nsresult CloneProfile(const PRUnichar *profileName); -} - [ object, uuid(24f3f4da-18a4-448d-876d-7360fefac029),