| Index: content/public/common/content_constants.cc
|
| diff --git a/content/public/common/content_constants.cc b/content/public/common/content_constants.cc
|
| index 5034cb4d19d0ff40ca7b80c49e0760aa93ecbc93..136a7a76ffa347cc3025ae73db4b40eee41240b3 100644
|
| --- a/content/public/common/content_constants.cc
|
| +++ b/content/public/common/content_constants.cc
|
| @@ -22,6 +22,8 @@ const char kFlashPluginSplExtension[] = "spl";
|
| const char kFlashPluginSplDescription[] = "FutureSplash Player";
|
| const char kSilverlightPluginMimeTypePrefix[] = "application/x-silverlight";
|
|
|
| +const char kAlwaysThrottleTestPluginName[] = "Always Throttle";
|
| +
|
| // This number used to be limited to 32 in the past (see b/535234).
|
| const size_t kMaxRendererProcessCount = 82;
|
| const int kMaxSessionHistoryEntries = 50;
|
|
|