зеркало из https://github.com/mozilla/pjs.git
Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
r=ccarlen,sr=alecf
This commit is contained in:
Родитель
45e29ec06b
Коммит
1c2d93b262
|
@ -22,13 +22,15 @@
|
|||
|
||||
#include "nsIGenericFactory.h"
|
||||
#include "nsWindowWatcher.h"
|
||||
#include "nsAppStartupNotifier.h"
|
||||
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsWindowWatcher, Init)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAppStartupNotifier)
|
||||
|
||||
static nsModuleComponentInfo components[] = {
|
||||
|
||||
{ "Window Watcher", NS_WINDOWWATCHER_CID, NS_WINDOWWATCHER_CONTRACTID, nsWindowWatcherConstructor }
|
||||
{ "Window Watcher", NS_WINDOWWATCHER_CID, NS_WINDOWWATCHER_CONTRACTID, nsWindowWatcherConstructor },
|
||||
{ NS_APPSTARTUPNOTIFIER_CLASSNAME, NS_APPSTARTUPNOTIFIER_CID, NS_APPSTARTUPNOTIFIER_CONTRACTID, nsAppStartupNotifierConstructor }
|
||||
};
|
||||
|
||||
NS_IMPL_NSGETMODULE("windowwatcher", components)
|
||||
|
||||
NS_IMPL_NSGETMODULE("embedcomponents", components)
|
||||
|
|
Загрузка…
Ссылка в новой задаче