| Index: base/debug/crash_logging.h
|
| diff --git a/base/debug/crash_logging.h b/base/debug/crash_logging.h
|
| index 47d19320321e4c408c3f2df48cf39bb3bcc946ce..90e6687bec8cdfd50fd629e0fe9e06996c05f6a4 100644
|
| --- a/base/debug/crash_logging.h
|
| +++ b/base/debug/crash_logging.h
|
| @@ -95,6 +95,9 @@
|
| const base::StringPiece& value,
|
| size_t chunk_max_length);
|
|
|
| +// Resets the crash key system so it can be reinitialized. For testing only.
|
| +BASE_EXPORT void ResetCrashLoggingForTesting();
|
| +
|
| } // namespace debug
|
| } // namespace base
|
|
|
|
|