| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index 2da307a2a44e0bff8c9fa4946bf98d991f5f72a6..4111eb68e37a5949c503b798a5637fd87be5ebed 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -26,8 +26,9 @@ extern const char kFirstNSExceptionTrace[];
|
| extern const char kLastNSException[];
|
| extern const char kLastNSExceptionTrace[];
|
|
|
| -// Records the current NSException as it's being created.
|
| +// Records the current NSException as it is being created, and its backtrace.
|
| extern const char kNSException[];
|
| +extern const char kNSExceptionTrace[];
|
|
|
| // In the CrApplication, records information about the current event's
|
| // target-action.
|
|
|