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