| Index: base/debug/trace_event.h
|
| diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
|
| index 380f5e7e4e1c1d7cb3d99e065665f895cc6d3ca4..24917f62dac38db7a7982b4c1abc9680bc9d5bc0 100644
|
| --- a/base/debug/trace_event.h
|
| +++ b/base/debug/trace_event.h
|
| @@ -563,6 +563,9 @@ class BASE_EXPORT TraceLog {
|
|
|
| // Exposed for unittesting:
|
|
|
| + // Allows deleting our singleton instance.
|
| + static void DeleteForTesting();
|
| +
|
| // Allows resurrecting our singleton instance post-AtExit processing.
|
| static void Resurrect();
|
|
|
|
|