diff options
Diffstat (limited to 'content/public/common/content_constants.h')
| -rw-r--r-- | content/public/common/content_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h index 9097181..12bd7dc 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; |
