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

Unified Diff: chrome/common/crash_keys.cc

Issue 2695923008: Add a temporary crash key to debug nib loading issues. (Closed)
Patch Set: More accurate comment. Created 3 years, 10 months 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 | « chrome/common/crash_keys.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/crash_keys.cc
diff --git a/chrome/common/crash_keys.cc b/chrome/common/crash_keys.cc
index 4ce7af6eee46dfce34a5d0e679a40aa382dc5acc..e57c9a806903ede90b843b1f7c359bd6b59f1f9a 100644
--- a/chrome/common/crash_keys.cc
+++ b/chrome/common/crash_keys.cc
@@ -89,6 +89,8 @@ const char kSendAction[] = "sendaction";
const char kNSEvent[] = "nsevent";
+const char kToolbarNibInfo[] = "toolbar-nib-info";
+
} // namespace mac
#endif
@@ -162,6 +164,7 @@ size_t RegisterChromeCrashKeys() {
{ mac::kNSExceptionTrace, kMediumSize },
{ mac::kSendAction, kMediumSize },
{ mac::kNSEvent, kMediumSize },
+ { mac::kToolbarNibInfo, kMediumSize },
{ mac::kZombie, kMediumSize },
{ mac::kZombieTrace, kMediumSize },
// content/:
« no previous file with comments | « chrome/common/crash_keys.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698