| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index 6f660312df3fac40c580118575ba2d2682eea220..a09783dc3ad30dcf985232bb6ef39477baed7d42 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -130,6 +130,9 @@ extern const char kNSExceptionTrace[];
|
| // target-action.
|
| extern const char kSendAction[];
|
|
|
| +// In the CrApplication, records information about the current event.
|
| +extern const char kNSEvent[];
|
| +
|
| } // namespace mac
|
| #endif
|
|
|
|
|