Chromium Code Reviews| Index: chrome/common/crash_keys.h |
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h |
| index 6f660312df3fac40c580118575ba2d2682eea220..47002d71a33e06c50e1970a55e2db144c70617ea 100644 |
| --- a/chrome/common/crash_keys.h |
| +++ b/chrome/common/crash_keys.h |
| @@ -95,6 +95,8 @@ extern const char kHungRendererReason[]; |
| // Third-party module crash keys are sent only on Windows. |
| extern const char kThirdPartyModulesLoaded[]; |
| extern const char kThirdPartyModulesNotLoaded[]; |
| + |
| +extern const char kDomainJoined[]; |
|
sky
2016/11/17 20:34:18
'domain' is pretty obscure. Would kEnrolledInEnter
Georges Khalil
2016/11/17 20:47:06
This is really to know whether the machine is part
|
| #endif |
| // Number of input event send IPC failures. Added to debug |