Index: content/public/common/content_constants.h |
=================================================================== |
--- content/public/common/content_constants.h (revision 216518) |
+++ content/public/common/content_constants.h (working copy) |
@@ -24,6 +24,14 @@ |
// The MIME type used for the browser plugin. |
CONTENT_EXPORT extern const char kBrowserPluginMimeType[]; |
+CONTENT_EXPORT extern const char kFlashPluginName[]; |
+CONTENT_EXPORT extern const char kFlashPluginSwfMimeType[]; |
+CONTENT_EXPORT extern const char kFlashPluginSwfExtension[]; |
+CONTENT_EXPORT extern const char kFlashPluginSwfDescription[]; |
+CONTENT_EXPORT extern const char kFlashPluginSplMimeType[]; |
+CONTENT_EXPORT extern const char kFlashPluginSplExtension[]; |
+CONTENT_EXPORT extern const char kFlashPluginSplDescription[]; |
+ |
CONTENT_EXPORT extern const size_t kMaxRendererProcessCount; |
// The maximum number of session history entries per tab. |