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

Unified Diff: chrome/common/crash_keys.h

Issue 1133533003: Omnibox - Log Addition Crash Data for Rare HQP Crash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reuse constant Created 5 years, 7 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 3f40ff56880f4a083b44fd40ceae2667717e10d7..b7513929240b28931ec13494c23596fb36fa65da 100644
--- a/chrome/common/crash_keys.h
+++ b/chrome/common/crash_keys.h
@@ -157,6 +157,9 @@ extern const char kKaskoGuid[];
extern const char kKaskoEquivalentGuid[];
#endif
+// Used to help investigate bug 464926.
+extern const char kBug464926CrashKey[];
+
} // namespace crash_keys
#endif // CHROME_COMMON_CRASH_KEYS_H_

Powered by Google App Engine
This is Rietveld 408576698