summaryrefslogtreecommitdiffstats
path: root/content/public/common/content_constants.h
diff options
context:
space:
mode:
authorfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-10 00:46:06 +0000
committerfsamuel@chromium.org <fsamuel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-10 00:46:06 +0000
commite6e56757b4ee070463a9f4854e68678ca692b806 (patch)
tree1801f0a658cfa3979693177bff2ce53103b40387 /content/public/common/content_constants.h
parentda754d43fb2891dbefdebc5c70869982e929254f (diff)
downloadchromium_src-e6e56757b4ee070463a9f4854e68678ca692b806.zip
chromium_src-e6e56757b4ee070463a9f4854e68678ca692b806.tar.gz
chromium_src-e6e56757b4ee070463a9f4854e68678ca692b806.tar.bz2
Browser Plugin: New Implementation (Renderer Side)
BUG=140306 Tested: Added new browser tests! Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150654 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150863 Review URL: https://chromiumcodereview.appspot.com/10830072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/common/content_constants.h')
-rw-r--r--content/public/common/content_constants.h3
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;