API changes for embedding. b=46847, r=dougt, a=valeski
This commit is contained in:
@@ -24,26 +24,26 @@
|
||||
#include "nsIGenericFactory.h"
|
||||
|
||||
#include "nsWebBrowser.h"
|
||||
#include "nsWebBrowserSetup.h"
|
||||
#include "nsCommandHandler.h"
|
||||
|
||||
|
||||
// Factory Constructors
|
||||
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWebBrowser)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWebBrowserSetup)
|
||||
//NS_GENERIC_FACTORY_CONSTRUCTOR(nsWebBrowserSetup)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsCommandHandler)
|
||||
|
||||
|
||||
// Component Table
|
||||
|
||||
static nsModuleComponentInfo components[] =
|
||||
{
|
||||
{ "WebBrowser Component", NS_WEBBROWSER_CID,
|
||||
NS_WEBBROWSER_PROGID, nsWebBrowserConstructor },
|
||||
{ "WebBrowserSetup Component", NS_WEBBROWSER_SETUP_CID,
|
||||
NS_WEBBROWSER_SETUP_PROGID, nsWebBrowserSetupConstructor },
|
||||
{ "CommandHandler Component", NS_COMMANDHANDLER_CID,
|
||||
NS_COMMANDHANDLER_PROGID, nsCommandHandlerConstructor }
|
||||
// { "WebBrowserSetup Component", NS_WEBBROWSER_SETUP_CID,
|
||||
// NS_WEBBROWSER_SETUP_PROGID, nsWebBrowserSetupConstructor }
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user