Index: chrome/common/crash_keys.h |
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h |
index 03767fe96021e84828d936b4f29d0d07ca4f2cf2..26fea38ee574f0bb52235c974ef5cdf92f5f3e06 100644 |
--- a/chrome/common/crash_keys.h |
+++ b/chrome/common/crash_keys.h |
@@ -130,6 +130,10 @@ extern const char kViewCount[]; |
// was encountered. http://crbug.com/519022 |
extern const char kZeroEncodeDetails[]; |
+// TEMPORARY: The stack trace at the time of URLRequest start, if the main frame |
+// URLRequest ends with ERR_ABORTED after less than 100ms. |
+extern const char kFastErrAbortTrace[]; |
+ |
} // namespace crash_keys |
#endif // CHROME_COMMON_CRASH_KEYS_H_ |