Index: content/public/common/content_constants.cc |
diff --git a/content/public/common/content_constants.cc b/content/public/common/content_constants.cc |
index 66cd8542797b3008a252477abfb2d1406eab2713..b8e205f9dc72926cab2e16cd5e66840bf42c19c6 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; |