| Index: content/public/common/content_constants.h
|
| diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
|
| index 393baa431c82f21fa7ed51f5ae0466a9b5e1d093..336077070c129e15e2826563aa8965cb5eb893cc 100644
|
| --- a/content/public/common/content_constants.h
|
| +++ b/content/public/common/content_constants.h
|
| @@ -32,6 +32,8 @@ CONTENT_EXPORT extern const char kFlashPluginSplMimeType[];
|
| CONTENT_EXPORT extern const char kFlashPluginSplExtension[];
|
| CONTENT_EXPORT extern const char kFlashPluginSplDescription[];
|
|
|
| +CONTENT_EXPORT extern const char kTestPluginMimeType[];
|
| +
|
| CONTENT_EXPORT extern const size_t kMaxRendererProcessCount;
|
|
|
| // The maximum number of session history entries per tab.
|
|
|