diff options
author | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 00:47:16 +0000 |
---|---|---|
committer | fsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 00:47:16 +0000 |
commit | 60e6ccb3e19d207a8df35dd64a1f02eb34ee8620 (patch) | |
tree | e4ac4319a2e640b826bd8ebc83ec057329c3e3fd /content/public/common/content_constants.cc | |
parent | e798330943fb5fe1f66f99abbdda58dd9dbc3dbd (diff) | |
download | chromium_src-60e6ccb3e19d207a8df35dd64a1f02eb34ee8620.zip chromium_src-60e6ccb3e19d207a8df35dd64a1f02eb34ee8620.tar.gz chromium_src-60e6ccb3e19d207a8df35dd64a1f02eb34ee8620.tar.bz2 |
Browser Plugin: New Implementation (Renderer Side)
BUG=140306
Tested: Added new browser tests!
Review URL: https://chromiumcodereview.appspot.com/10830072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/common/content_constants.cc')
-rw-r--r-- | content/public/common/content_constants.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/public/common/content_constants.cc b/content/public/common/content_constants.cc index 66cd854..b8e205f9 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; |