Index: chrome/common/crash_keys.h |
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h |
index 2da307a2a44e0bff8c9fa4946bf98d991f5f72a6..b62af284ff73efd43cdeaa04017097ee4f6507a7 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 its being created, and its backtrace. |
Nico
2013/03/20 23:08:19
"as it's being created" was right. The second "its
|
extern const char kNSException[]; |
+extern const char kNSExceptionTrace[]; |
// In the CrApplication, records information about the current event's |
// target-action. |