Chromium Code Reviews| Index: src/log-utils.h |
| =================================================================== |
| --- src/log-utils.h (revision 3935) |
| +++ src/log-utils.h (working copy) |
| @@ -268,9 +268,6 @@ |
| // Write the log message to the log file currently opened. |
| void WriteToLogFile(); |
| - // Write a null-terminated string to to the log file currently opened. |
| - void WriteCStringToLogFile(const char* str); |
| - |
| // A handler that is called when Log::Write fails. |
| typedef void (*WriteFailureHandler)(); |