diff options
Diffstat (limited to 'content/renderer/browser_plugin/browser_plugin_constants.cc')
-rw-r--r-- | content/renderer/browser_plugin/browser_plugin_constants.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/renderer/browser_plugin/browser_plugin_constants.cc b/content/renderer/browser_plugin/browser_plugin_constants.cc new file mode 100644 index 0000000..9e62b9e --- /dev/null +++ b/content/renderer/browser_plugin/browser_plugin_constants.cc @@ -0,0 +1,10 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "content/renderer/browser_plugin/browser_plugin_constants.h" + +const char kBrowserPluginName[] = "Browser Plugin"; +const char kBrowserPluginMimeType[] = "application/browser-plugin"; +const char kBrowserPluginPath[] = "internal/browser-plugin"; +const char kBrowserPluginDescription[] = "Out-of-Process Browser Plugin"; |