Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| =================================================================== |
| --- chrome/common/chrome_switches.h (revision 87726) |
| +++ chrome/common/chrome_switches.h (working copy) |
| @@ -276,6 +276,10 @@ |
| extern const char kVersion[]; |
| extern const char kWinHttpProxyResolver[]; |
| +#if defined(OS_WIN) |
| +extern const char kAuditHandlesOnExit[]; |
| +#endif |
| + |
| #if defined(OS_CHROMEOS) |
| extern const char kWebUILogin[]; |
| extern const char kEnableDevicePolicy[]; |