00001 #include "nsISupports.idl" 00002 #include "nsISimpleEnumerator.idl" 00003 #include "tmozIProfile.idl" 00004 00010 [scriptable, uuid(16AF4061-4E4E-4ce8-A425-1E025C09392A) ] 00011 interface tmozIProfileManager: nsISupports 00012 { 00019 readonly attribute nsISimpleEnumerator profiles; 00020 00026 readonly attribute tmozIProfile activeProfile; 00027 00034 void setActiveProfile(in AString profileId, in boolean bRestore); 00035 };