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

Unified Diff: base/debug/crash_logging.h

Issue 23471007: Set active extension IDs for crash reports using the crash key logging system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: base::snprintf Created 7 years, 3 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 | « no previous file | chrome/app/breakpad_linux.cc » ('j') | chrome/common/crash_keys.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/crash_logging.h
diff --git a/base/debug/crash_logging.h b/base/debug/crash_logging.h
index 376d0116553acc9cb183200566ad4f7c3b64cbf5..90e6687bec8cdfd50fd629e0fe9e06996c05f6a4 100644
--- a/base/debug/crash_logging.h
+++ b/base/debug/crash_logging.h
@@ -56,7 +56,7 @@ class BASE_EXPORT ScopedCrashKey {
// Before setting values for a key, all the keys must be registered.
struct BASE_EXPORT CrashKey {
// The name of the crash key, used in the above functions.
- const char* const key_name;
Robert Sesek 2013/09/06 20:20:59 Not a huge fan of this, but it's necessary for it
Mark Mentovai 2013/09/06 20:50:05 rsesek wrote:
+ const char* key_name;
// The maximum length for a value. If the value is longer than this, it will
// be truncated. If the value is larger than the |chunk_max_length| passed to
« no previous file with comments | « no previous file | chrome/app/breakpad_linux.cc » ('j') | chrome/common/crash_keys.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698