| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index 6f660312df3fac40c580118575ba2d2682eea220..cff85b505636f763602feea626721cec4b3dca72 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 kEnrolledToDomain[];
|
| #endif
|
|
|
| // Number of input event send IPC failures. Added to debug
|
|
|