Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: chrome/common/crash_keys.h

Issue 1438863002: Simulated Crash reporting for ErrAborted requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/crash_keys.cc » ('j') | content/browser/loader/resource_dispatcher_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | chrome/common/crash_keys.cc » ('j') | content/browser/loader/resource_dispatcher_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698