| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index b9d93ed54bd75c3111b446ec2f86baeb8b8963ad..830a7dadab7b37813bbe4bd2eb1cfdefbe1c994b 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -955,6 +955,9 @@ const char kEnableWin32kRendererLockDown[] =
|
| const char kFontCacheSharedMemSuffix[] = "font-cache-shared-mem-suffix";
|
| #endif
|
|
|
| +// Enables the use of NPAPI plugins.
|
| +const char kEnableNpapi[] = "enable-npapi";
|
| +
|
| #if defined(ENABLE_PLUGINS)
|
| // Enables the plugin power saver feature.
|
| const char kEnablePluginPowerSaver[] = "enable-plugin-power-saver";
|
|
|