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

Unified Diff: chrome/browser/net/view_net_internals_job_factory.cc

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
Index: chrome/browser/net/view_net_internals_job_factory.cc
===================================================================
--- chrome/browser/net/view_net_internals_job_factory.cc (revision 44049)
+++ chrome/browser/net/view_net_internals_job_factory.cc (working copy)
@@ -447,7 +447,7 @@
DrawCommandButton("Enable tracing", "hostresolver-trace-enable", out);
}
- std::vector<net::NetLog::Entry> entries;
+ net::CapturingNetLog::EntryList entries;
if (resolver->GetRequestsTrace(&entries)) {
out->append(
"<p>To make sense of this trace, process it with the Python script "
« no previous file with comments | « chrome/browser/net/passive_log_collector_unittest.cc ('k') | chrome/browser/resources/net_internals/loggrouper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698