| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index a3b66a93c69455f7ab6b745fd1c4531f07938bb3..d10f6a6ea1cc6daf95a598f5a961c8c4e7fde9cb 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -287,6 +287,10 @@ CONTENT_EXPORT extern const char kDisableLegacyIntermediateWindow[];
|
| CONTENT_EXPORT extern const char kEnableWin32kRendererLockDown[];
|
| #endif
|
|
|
| +#if defined(OS_WIN) || defined(OS_MACOSX)
|
| +CONTENT_EXPORT extern const char kEnableNpapi[];
|
| +#endif
|
| +
|
| #if defined(ENABLE_PLUGINS)
|
| CONTENT_EXPORT extern const char kEnablePluginPowerSaver[];
|
| #endif
|
|
|