Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
git-svn-id: svn://10.0.0.236/trunk@79623 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -28,17 +28,16 @@
|
||||
#include "nsILocalFile.h"
|
||||
#include "nsIDirectoryService.h"
|
||||
|
||||
|
||||
/*
|
||||
aPath -> the mozilla bin directory. If nsnull, the default is used
|
||||
aProvider -> the application directory service provider. If nsnull, the
|
||||
default (nsAppFileLocationProvider) is constructed and used.
|
||||
If not nsnull, the arg must be AddRef'd already and ownership
|
||||
is taken by this function.
|
||||
*/
|
||||
|
||||
extern nsresult NS_InitEmbedding(nsILocalFile *mozBinDirectory,
|
||||
nsIDirectoryServiceProvider *appFileLocProvider);
|
||||
extern nsresult NS_TermEmbedding();
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user