| Index: content/common/content_switches.h
|
| diff --git a/content/common/content_switches.h b/content/common/content_switches.h
|
| index f5b756ca01ee22e886b93510f658ec8bf776a365..b6639df7db08497d433b7c0a3327161c1e1c561d 100644
|
| --- a/content/common/content_switches.h
|
| +++ b/content/common/content_switches.h
|
| @@ -50,7 +50,9 @@ extern const char kEnableDeviceMotion[];
|
| extern const char kEnableGPUPlugin[];
|
| extern const char kEnableLogging[];
|
| extern const char kEnableMonitorProfile[];
|
| +#if defined(ENABLE_PPAPI_TRANSPORT)
|
| extern const char kEnableP2PApi[];
|
| +#endif
|
| extern const char kEnablePreparsedJsCaching[];
|
| extern const char kEnableSandboxLogging[];
|
| extern const char kEnableSeccompSandbox[];
|
|
|