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

Unified Diff: content/public/common/content_constants.h

Issue 22723004: Get rid of webkit/plugins/plugin_constants.* and move them to content/public/common/content_constan… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 4 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 | « content/content_tests.gypi ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_constants.h
===================================================================
--- content/public/common/content_constants.h (revision 216518)
+++ content/public/common/content_constants.h (working copy)
@@ -24,6 +24,14 @@
// The MIME type used for the browser plugin.
CONTENT_EXPORT extern const char kBrowserPluginMimeType[];
+CONTENT_EXPORT extern const char kFlashPluginName[];
+CONTENT_EXPORT extern const char kFlashPluginSwfMimeType[];
+CONTENT_EXPORT extern const char kFlashPluginSwfExtension[];
+CONTENT_EXPORT extern const char kFlashPluginSwfDescription[];
+CONTENT_EXPORT extern const char kFlashPluginSplMimeType[];
+CONTENT_EXPORT extern const char kFlashPluginSplExtension[];
+CONTENT_EXPORT extern const char kFlashPluginSplDescription[];
+
CONTENT_EXPORT extern const size_t kMaxRendererProcessCount;
// The maximum number of session history entries per tab.
« no previous file with comments | « content/content_tests.gypi ('k') | content/public/common/content_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698