Added #define NS_INLINE_PLUGIN_PROGID_PREFIX "component://netscape/inline-plugin/" to be used a the prefix for the ProgID of all plugins.
git-svn-id: svn://10.0.0.236/trunk@40372 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ebcbb8de59
commit
cee5e76d6e
@ -45,6 +45,9 @@
|
||||
#define NS_PLUGIN_CID \
|
||||
{ 0xffc63200, 0xcf09, 0x11d2, { 0xa5, 0xa0, 0xbc, 0x8f, 0x7a, 0xd2, 0x1d, 0xfc } }
|
||||
|
||||
// Prefix for ProgID of all plugins
|
||||
#define NS_INLINE_PLUGIN_PROGID_PREFIX "component://netscape/inline-plugin/"
|
||||
|
||||
/**
|
||||
* The nsIPlugin interface is the minimum interface plugin developers need to
|
||||
* support in order to implement a plugin. The plugin manager may QueryInterface
|
||||
|
||||
@ -45,6 +45,9 @@
|
||||
#define NS_PLUGIN_CID \
|
||||
{ 0xffc63200, 0xcf09, 0x11d2, { 0xa5, 0xa0, 0xbc, 0x8f, 0x7a, 0xd2, 0x1d, 0xfc } }
|
||||
|
||||
// Prefix for ProgID of all plugins
|
||||
#define NS_INLINE_PLUGIN_PROGID_PREFIX "component://netscape/inline-plugin/"
|
||||
|
||||
/**
|
||||
* The nsIPlugin interface is the minimum interface plugin developers need to
|
||||
* support in order to implement a plugin. The plugin manager may QueryInterface
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user