| Index: content/public/common/content_constants.h
|
| diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
|
| index df9d557ff76de3e5227c3e6ea02e0f72b24310b6..5e1b7c86125ff895c8a35554cb18f22f2f946d7b 100644
|
| --- a/content/public/common/content_constants.h
|
| +++ b/content/public/common/content_constants.h
|
| @@ -33,6 +33,8 @@ CONTENT_EXPORT extern const char kFlashPluginSplExtension[];
|
| CONTENT_EXPORT extern const char kFlashPluginSplDescription[];
|
| CONTENT_EXPORT extern const char kSilverlightPluginMimeTypePrefix[];
|
|
|
| +CONTENT_EXPORT extern const char kAlwaysThrottleTestPluginName[];
|
| +
|
| CONTENT_EXPORT extern const size_t kMaxRendererProcessCount;
|
|
|
| // The maximum number of session history entries per tab.
|
|
|