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

Unified Diff: chrome/common/crash_keys.h

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/browser/ui/cocoa/toolbar/toolbar_controller.mm ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »
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 bf6bbdcf8b93d2859c2b3f399b40568fcad2dc50..8f491f1fb0d247379ddd2f8f8769925158c4f771 100644
--- a/chrome/common/crash_keys.h
+++ b/chrome/common/crash_keys.h
@@ -144,6 +144,10 @@ extern const char kSendAction[];
// In the CrApplication, records information about the current event.
extern const char kNSEvent[];
+// TEMPORARY: Information about Toolbar.nib, stored right after it's supposed
+// to have loaded. https://crbug.com/685985
+extern const char kToolbarNibInfo[];
+
} // namespace mac
#endif
« no previous file with comments | « chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm ('k') | chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698