diff options
Diffstat (limited to 'content/common/plugin_constants_win.h')
-rw-r--r-- | content/common/plugin_constants_win.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/common/plugin_constants_win.h b/content/common/plugin_constants_win.h index 5363868..815cbf4 100644 --- a/content/common/plugin_constants_win.h +++ b/content/common/plugin_constants_win.h @@ -14,6 +14,8 @@ namespace content { +extern const base::char16 kDummyActivationWindowName[]; + // The name of the registry key which NPAPI plugins update on installation. extern const base::char16 kRegistryMozillaPlugins[]; @@ -22,9 +24,17 @@ extern const base::char16 kNewWMPPlugin[]; extern const base::char16 kOldWMPPlugin[]; extern const base::char16 kYahooApplicationStatePlugin[]; extern const base::char16 kWanWangProtocolHandlerPlugin[]; +extern const base::char16 kFlashPlugin[]; +extern const base::char16 kAcrobatReaderPlugin[]; +extern const base::char16 kRealPlayerPlugin[]; +extern const base::char16 kSilverlightPlugin[]; extern const base::char16 kJavaPlugin1[]; extern const base::char16 kJavaPlugin2[]; +extern const char kGPUPluginMimeType[]; + +extern const base::char16 kPluginDummyParentProperty[]; + } // namespace content #endif // CONTENT_COMMON_PLUGIN_CONSTANTS_WIN_H_ |