Chromium Code Reviews| 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 "base/command_line.h" |
|
jam
2011/06/09 21:44:29
this seems wrong. you should only include command
Cris Neckar
2011/06/09 22:17:16
Done.
|
| + |
| 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 |