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

Unified Diff: content/common/content_switches.cc

Issue 7978009: Split ppapi::PluginList from PepperPluginRegistry so that DRT could load pepper plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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/common/content_switches.h ('k') | content/common/pepper_plugin_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_switches.cc
===================================================================
--- content/common/content_switches.cc (revision 101488)
+++ content/common/content_switches.cc (working copy)
@@ -360,9 +360,6 @@
// defaults to "10.2.999.999".
const char kPpapiFlashVersion[] = "ppapi-flash-version";
-// Runs PPAPI (Pepper) plugins out-of-process.
-const char kPpapiOutOfProcess[] = "ppapi-out-of-process";
-
// Like kPluginLauncher for PPAPI plugins.
const char kPpapiPluginLauncher[] = "ppapi-plugin-launcher";
@@ -397,9 +394,6 @@
// Causes the process to run as a profile import subprocess.
const char kProfileImportProcess[] = "profile-import";
-// Register Pepper plugins (see pepper_plugin_registry.cc for its format).
-const char kRegisterPepperPlugins[] = "register-pepper-plugins";
-
// Enable remote debug / automation shell on the specified port.
const char kRemoteShellPort[] = "remote-shell-port";
« no previous file with comments | « content/common/content_switches.h ('k') | content/common/pepper_plugin_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698