remove cid's/contractid's and factory constructors for nsCookie and nsPermission, since these objects shouldn't be instantiable.

b=209506, r=darin/mvl, sr=bz
This commit is contained in:
dwitte%stanford.edu 2005-11-15 21:50:25 +00:00
Родитель c5cd635355
Коммит 49d4c40624
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -47,7 +47,3 @@ interface nsIPermission : nsISupports
*/
readonly attribute PRUint32 capability;
};
%{ C++
#define NS_PERMISSION_CONTRACTID "@mozilla.org/permission;1"
%}