| Index: content/public/common/content_constants.cc
|
| diff --git a/content/public/common/content_constants.cc b/content/public/common/content_constants.cc
|
| index 63490fdff611a8cdc4fb727727d155bd7673b9ee..8f2ca9af0e1a736884f121ef26690e57aa20a56e 100644
|
| --- a/content/public/common/content_constants.cc
|
| +++ b/content/public/common/content_constants.cc
|
| @@ -11,6 +11,9 @@ const FilePath::CharType kPepperDataDirname[] =
|
| FILE_PATH_LITERAL("Pepper Data");
|
|
|
| const char kBrowserPluginMimeType[] = "application/browser-plugin";
|
| +// TODO(fsamuel): Remove this once upstreaming of the new browser plugin is
|
| +// complete.
|
| +const char kBrowserPluginNewMimeType[] = "application/new-browser-plugin";
|
|
|
| // This number used to be limited to 32 in the past (see b/535234).
|
| const size_t kMaxRendererProcessCount = 82;
|
|
|