Chromium Code Reviews| Index: net/url_request/view_cache_helper.h |
| =================================================================== |
| --- net/url_request/view_cache_helper.h (revision 91517) |
| +++ net/url_request/view_cache_helper.h (working copy) |
| @@ -45,6 +45,11 @@ |
| std::string* out, |
| CompletionCallback* callback); |
| + // Lower-level helper to produce a textual representation of binary data. |
| + // The results are appended 'result' and can be used in HTML pages provided |
|
rvargas (doing something else)
2011/07/11 22:34:07
nit: s/'result'/to |result|
michaeln
2011/07/12 23:35:26
Done.
|
| + // the dump is contained within <pre></pre> tags. |
| + static void HexDump(const char *buf, size_t buf_len, std::string* result); |
| + |
| private: |
| enum State { |
| STATE_NONE, |