| Index: content/public/common/content_constants.h
|
| diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
|
| index d8eb0bcc9f47d10132ce772e0e66e936eb839377..b50e6b7b6e2488de0a40457fdb75e778097c87d6 100644
|
| --- a/content/public/common/content_constants.h
|
| +++ b/content/public/common/content_constants.h
|
| @@ -23,6 +23,9 @@ CONTENT_EXPORT extern const FilePath::CharType kPepperDataDirname[];
|
|
|
| // The MIME type used for the browser plugin.
|
| CONTENT_EXPORT extern const char kBrowserPluginMimeType[];
|
| +// TODO(fsamuel): Remove this once upstreaming of the new browser plugin is
|
| +// complete.
|
| +CONTENT_EXPORT extern const char kBrowserPluginNewMimeType[];
|
|
|
| CONTENT_EXPORT extern const size_t kMaxRendererProcessCount;
|
|
|
|
|