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

Unified Diff: webkit/plugins/plugin_constants.h

Issue 9609008: Implemented Browser Plugin (NOT FOR REVIEW) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Initial plumbing of a guest flag to RenderViewImpl (cleaner than early prototype) 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 | « ppapi/proxy/ppapi_param_traits.h ('k') | webkit/plugins/plugin_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/plugin_constants.h
diff --git a/webkit/plugins/plugin_constants.h b/webkit/plugins/plugin_constants.h
index b53c22a01cb51790eaad7fbb78f67178fcb91d0e..f9722231242203ee581e18682e4e7ac674ca6541 100644
--- a/webkit/plugins/plugin_constants.h
+++ b/webkit/plugins/plugin_constants.h
@@ -7,6 +7,9 @@
#include "webkit/plugins/webkit_plugins_export.h"
+WEBKIT_PLUGINS_EXPORT extern const char kBrowserPluginName[];
+WEBKIT_PLUGINS_EXPORT extern const char kBrowserPluginMimeType[];
+WEBKIT_PLUGINS_EXPORT extern const char kBrowserPluginPath[];
WEBKIT_PLUGINS_EXPORT extern const char kFlashPluginName[];
WEBKIT_PLUGINS_EXPORT extern const char kFlashPluginSwfMimeType[];
WEBKIT_PLUGINS_EXPORT extern const char kFlashPluginSwfExtension[];
« no previous file with comments | « ppapi/proxy/ppapi_param_traits.h ('k') | webkit/plugins/plugin_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698