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

Unified Diff: chrome/browser/renderer_host/socket_stream_dispatcher_host.cc

Issue 342113: Fix valgrind error in SocketStreamDispatcherHost (Closed)
Patch Set: Created 11 years, 1 month 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 | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/socket_stream_dispatcher_host.cc
diff --git a/chrome/browser/renderer_host/socket_stream_dispatcher_host.cc b/chrome/browser/renderer_host/socket_stream_dispatcher_host.cc
index b2ae1336204fc1a0725b7e368248af35ff1c9fff..ff921ad965046b14aa20781416ef78c5142d1573 100644
--- a/chrome/browser/renderer_host/socket_stream_dispatcher_host.cc
+++ b/chrome/browser/renderer_host/socket_stream_dispatcher_host.cc
@@ -29,7 +29,7 @@ SocketStreamDispatcherHost::~SocketStreamDispatcherHost() {
void SocketStreamDispatcherHost::Initialize(
IPC::Message::Sender* sender, int process_id) {
DLOG(INFO) << "Initialize: SocketStreamDispatcherHost process_id="
- << process_id_;
+ << process_id;
DCHECK(sender);
sender_ = sender;
process_id_ = process_id;
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698