| Index: content/common/content_switches.cc
|
| diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc
|
| index b6e64e6c143040bca3ed1e4e6b11e383c83217ac..2a3ad88fae8b1113fa5eec689f64bc43d2e8946a 100644
|
| --- a/content/common/content_switches.cc
|
| +++ b/content/common/content_switches.cc
|
| @@ -142,8 +142,10 @@ const char kEnableLogging[] = "enable-logging";
|
| // assumed to be sRGB.
|
| const char kEnableMonitorProfile[] = "enable-monitor-profile";
|
|
|
| +#if defined(ENABLE_PPAPI_TRANSPORT)
|
| // Enable Pepper and JavaScript P2P API.
|
| const char kEnableP2PApi[] = "enable-p2papi";
|
| +#endif
|
|
|
| // Enable caching of pre-parsed JS script data. See http://crbug.com/32407.
|
| const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching";
|
|
|