Chromium Code Reviews| Index: src/string-stream.h |
| diff --git a/src/string-stream.h b/src/string-stream.h |
| index 88b4afe115f0d3ff74ea8f27ca487134684cae6d..2367994116e9fc582cf8eef577514c0f24bd8166 100644 |
| --- a/src/string-stream.h |
| +++ b/src/string-stream.h |
| @@ -137,6 +137,12 @@ class StringStream { |
| FmtElm arg1, |
| FmtElm arg2, |
| FmtElm arg3); |
| + void Add(const char* format, |
| + FmtElm arg0, |
| + FmtElm arg1, |
| + FmtElm arg2, |
| + FmtElm arg3, |
| + FmtElm arg4); |
| // Getting the message out. |
| void OutputToFile(FILE* out); |