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

Unified Diff: chrome/common/crash_keys.h

Issue 2569953003: [bgmode] Log the unpin stack trace to Crash Keys (Closed)
Patch Set: Created 4 years 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
Index: chrome/common/crash_keys.h
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
index f22d0f4d4ddc57dfdf95581fe2743983f4f854d5..3a811f7ee23b214a049a76ec85f01944a769a864 100644
--- a/chrome/common/crash_keys.h
+++ b/chrome/common/crash_keys.h
@@ -68,6 +68,11 @@ extern const char kNumExtensionsCount[];
// "exit" for BROWSER_EXIT, or "end" for END_SESSION.
extern const char kShutdownType[];
+// Stack trace associated to the browser being unpinned and starting the
+// shutdown sequence. The value is set when we trigger a browser crash due to an
+// invalid attempt to Pin the browser process after that.
+extern const char kBrowserUnpinTrace[];
+
// GPU information.
#if !defined(OS_ANDROID)
extern const char kGPUVendorID[];

Powered by Google App Engine
This is Rietveld 408576698