Chromium Code Reviews| Index: lib/ErrorSupport_h.template |
| diff --git a/lib/ErrorSupport_h.template b/lib/ErrorSupport_h.template |
| index 0c98e3e0ebcd00474c192674351509973577d985..083f2a5eb0d4d3fddb16ca49b9327221b790ad6d 100644 |
| --- a/lib/ErrorSupport_h.template |
| +++ b/lib/ErrorSupport_h.template |
| @@ -17,8 +17,10 @@ public: |
| ~ErrorSupport(); |
| void push(); |
| + void setName(const char*); |
| void setName(const String&); |
| void pop(); |
| + void addError(const char*); |
| void addError(const String&); |
| bool hasErrors(); |
| String errors(); |