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

Unified Diff: net/base/host_resolver_impl.cc

Issue 1716007: Cleanup: Address some of the todos in net_log.h... (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 | « chrome/browser/resources/net_internals/sourceentry.js ('k') | net/base/net_log.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/host_resolver_impl.cc
===================================================================
--- net/base/host_resolver_impl.cc (revision 45472)
+++ net/base/host_resolver_impl.cc (working copy)
@@ -167,7 +167,7 @@
base::TimeTicks::Now(),
NetLog::Source(),
NetLog::PHASE_NONE,
- new NetLogStringParameter(msg));
+ new NetLogStringParameter("todo", msg));
AutoLock l(lock_);
entries_.push_back(entry);
}
« no previous file with comments | « chrome/browser/resources/net_internals/sourceentry.js ('k') | net/base/net_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698