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

Unified Diff: chrome/common/crash_keys.h

Issue 2695923008: Add a temporary crash key to debug nib loading issues. (Closed)
Patch Set: 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
Index: chrome/common/crash_keys.h
diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
index bf6bbdcf8b93d2859c2b3f399b40568fcad2dc50..c49b80558c13650dbb008868775862765d0752ff 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: The closest file to Toolbar.nib which exists when it's about to
+// be loaded. https://crbug.com/685985
+extern const char kToolbarNibInfo[];
+
} // namespace mac
#endif

Powered by Google App Engine
This is Rietveld 408576698