| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index 8f491f1fb0d247379ddd2f8f8769925158c4f771..e7c9bc3d99995c52abaafdbfc35ab4fab1ff2427 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -100,8 +100,8 @@ extern const char kHungRendererReason[];
|
| extern const char kThirdPartyModulesLoaded[];
|
| extern const char kThirdPartyModulesNotLoaded[];
|
|
|
| -// Whether the machine is domain joined is only sent on Windows.
|
| -extern const char kEnrolledToDomain[];
|
| +// Whether the machine is enterprise managed (only sent on Windows).
|
| +extern const char kIsEnterpriseManaged[];
|
| #endif
|
|
|
| // Number of input event send IPC failures. Added to debug
|
|
|