Index: src/log-utils.h |
diff --git a/src/log-utils.h b/src/log-utils.h |
index a1867f25826ecd0a927e21730aa191f32d42266f..c4995402cad6dc6a4e771dc84746764e222fda29 100644 |
--- a/src/log-utils.h |
+++ b/src/log-utils.h |
@@ -132,6 +132,9 @@ class LogMessageBuilder BASE_EMBEDDED { |
// Append a character to the log message. |
void Append(const char c); |
+ // Append double quoted string to the log message. |
+ void AppendDoubleQuotedString(const char* string); |
+ |
// Append a heap string. |
void Append(String* str); |