Chromium Code Reviews| Index: src/log.h |
| =================================================================== |
| --- src/log.h (revision 620) |
| +++ src/log.h (working copy) |
| @@ -109,7 +109,8 @@ |
| // Write a raw string to the log to be used as a preamble. |
| // No check is made that the 'preamble' is actually at the beginning |
| - // of the log. |
| + // of the log. The preample is used to write code events saved in the |
| + // snapshot. |
| static void Preamble(const char* content); |
| // ==== Events that are always logged. ==== |