| Index: content/common/content_switches.h
|
| ===================================================================
|
| --- content/common/content_switches.h (revision 88440)
|
| +++ content/common/content_switches.h (working copy)
|
| @@ -8,6 +8,8 @@
|
| #define CONTENT_COMMON_CONTENT_SWITCHES_H_
|
| #pragma once
|
|
|
| +#include "build/build_config.h"
|
| +
|
| namespace switches {
|
|
|
| extern const char kAllowFileAccessFromFiles[];
|
| @@ -127,6 +129,11 @@
|
| extern const char kZygoteCmdPrefix[];
|
| extern const char kZygoteProcess[];
|
|
|
| +#if defined(OS_WIN)
|
| +extern const char kAuditHandles[];
|
| +extern const char kAuditAllHandles[];
|
| +#endif
|
| +
|
| #if defined(ENABLE_P2P_APIS)
|
| extern const char kEnableP2PApi[];
|
| #endif
|
|
|