| Index: content/public/common/content_constants.h
|
| diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
|
| index 90971810dd5b5227334e05d8f8a3e604e832c69c..12bd7dcca00b19319a4e0dbf0b81d462933d839a 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;
|
|
|
|
|