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

Unified Diff: net/socket/stream_socket.h

Issue 7084007: Adds URLRequestJob bytes read to NetLog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 9 years, 7 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/socket/stream_socket.h
===================================================================
--- net/socket/stream_socket.h (revision 87467)
+++ net/socket/stream_socket.h (working copy)
@@ -120,12 +120,6 @@
bool subresource_speculation_;
DISALLOW_COPY_AND_ASSIGN(UseHistory);
};
-
- // Logs a SOCKET_BYTES_RECEIVED or SOCKET_BYTES_SENT event to the NetLog.
- // Determines whether to log the received bytes or not, based on the current
- // logging level.
- void LogByteTransfer(const BoundNetLog& net_log, NetLog::EventType event_type,
- int byte_count, char* bytes) const;
};
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698