| Index: chrome/common/chrome_switches.h
|
| ===================================================================
|
| --- chrome/common/chrome_switches.h (revision 287384)
|
| +++ chrome/common/chrome_switches.h (working copy)
|
| @@ -30,9 +30,6 @@
|
| extern const char kAllowCrossOriginAuthPrompt[];
|
| extern const char kAllowFileAccess[];
|
| extern const char kAllowHttpScreenCapture[];
|
| -extern const char kAllowNaClCrxFsAPI[];
|
| -extern const char kAllowNaClFileHandleAPI[];
|
| -extern const char kAllowNaClSocketAPI[];
|
| extern const char kAllowOutdatedPlugins[];
|
| extern const char kAllowRunningInsecureContent[];
|
| extern const char kAlternateProtocolProbabilityThreshold[];
|
| @@ -404,6 +401,12 @@
|
| extern const char kDebugPrint[];
|
| #endif
|
|
|
| +#if defined(ENABLE_PLUGINS)
|
| +extern const char kAllowNaClCrxFsAPI[];
|
| +extern const char kAllowNaClFileHandleAPI[];
|
| +extern const char kAllowNaClSocketAPI[];
|
| +#endif
|
| +
|
| #ifndef NDEBUG
|
| extern const char kFileManagerExtensionPath[];
|
| #endif
|
|
|