Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(867)

Unified Diff: net/base/net_log_util.h

Issue 1556018: Add support for attaching custom parameters to NetLog events. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address willchan's comments Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/net_log_unittest.h ('k') | net/base/net_log_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_util.h
===================================================================
--- net/base/net_log_util.h (revision 44049)
+++ net/base/net_log_util.h (working copy)
@@ -64,7 +64,8 @@
// - Time units are given as milliseconds.
//
static std::string PrettyPrintAsEventTree(
- const std::vector<NetLog::Entry>& entries, size_t num_entries_truncated);
+ const std::vector<CapturingNetLog::Entry>& entries,
+ size_t num_entries_truncated);
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(NetLogUtil);
« no previous file with comments | « net/base/net_log_unittest.h ('k') | net/base/net_log_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698