Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: webkit/plugins/plugin_constants.cc

Issue 9609008: Implemented Browser Plugin (NOT FOR REVIEW) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merged with Tip-of-Tree Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/plugins/plugin_constants.h ('k') | webkit/plugins/ppapi/event_conversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/plugin_constants.cc
diff --git a/webkit/plugins/plugin_constants.cc b/webkit/plugins/plugin_constants.cc
index 05d35bed5493437a691c18606c347b816956da30..589938cd12f89823aca83440edfad02d902ff130 100644
--- a/webkit/plugins/plugin_constants.cc
+++ b/webkit/plugins/plugin_constants.cc
@@ -4,6 +4,10 @@
#include "webkit/plugins/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";
const char kFlashPluginName[] = "Shockwave Flash";
const char kFlashPluginSwfMimeType[] = "application/x-shockwave-flash";
const char kFlashPluginSwfExtension[] = "swf";
« no previous file with comments | « webkit/plugins/plugin_constants.h ('k') | webkit/plugins/ppapi/event_conversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698