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

Unified Diff: net/url_request/url_request_throttler_manager.h

Issue 9585026: Add a source id to global NetLog entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Move friend declaration Created 8 years, 9 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: net/url_request/url_request_throttler_manager.h
===================================================================
--- net/url_request/url_request_throttler_manager.h (revision 126703)
+++ net/url_request/url_request_throttler_manager.h (working copy)
@@ -166,8 +166,8 @@
// being disabled for localhost.
bool logged_for_localhost_disabled_;
- // NetLog to use, or NULL if none configured.
- scoped_ptr<BoundNetLog> net_log_;
+ // NetLog to use, if configured.
+ BoundNetLog net_log_;
// Valid once we've registered for network notifications.
base::PlatformThreadId registered_from_thread_;

Powered by Google App Engine
This is Rietveld 408576698