Download manager. Not part of build. a=asa

This commit is contained in:
blakeross@telocity.com 2007-08-13 18:12:01 -07:00
parent f1f9ae8411
commit 3798bc70f7

View File

@ -36,15 +36,16 @@
*
* ***** END LICENSE BLOCK ***** */
#include "nsIWebProgressListener.idl"
#include "nsISupports.idl"
interface nsIURI;
interface nsILocalFile;
interface nsIObserver;
interface nsIWebBrowserPersist;
interface nsIWebProgressListener;
[scriptable, uuid(06cb92f2-1dd2-11b2-95f2-96dfdfb804a1)]
interface nsIDownload : nsIWebProgressListener {
interface nsIDownload : nsISupports {
void init(in nsIURI aSource,
in nsILocalFile aTarget,