| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index a09783dc3ad30dcf985232bb6ef39477baed7d42..f22d0f4d4ddc57dfdf95581fe2743983f4f854d5 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -95,6 +95,9 @@ extern const char kHungRendererReason[];
|
| // Third-party module crash keys are sent only on Windows.
|
| extern const char kThirdPartyModulesLoaded[];
|
| extern const char kThirdPartyModulesNotLoaded[];
|
| +
|
| +// Whether the machine is domain joined is only sent on Windows.
|
| +extern const char kEnrolledToDomain[];
|
| #endif
|
|
|
| // Number of input event send IPC failures. Added to debug
|
|
|