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

Unified Diff: chrome/browser/debugger/debugger_io_socket.cc

Issue 39206: NO CODE CHANGE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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/debugger/debugger_io_socket.h ('k') | chrome/browser/debugger/debugger_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/debugger/debugger_io_socket.cc
===================================================================
--- chrome/browser/debugger/debugger_io_socket.cc (revision 10992)
+++ chrome/browser/debugger/debugger_io_socket.cc (working copy)
@@ -92,7 +92,8 @@
this, &DebuggerInputOutputSocket::OutputToSocket, out, lf));
}
-void DebuggerInputOutputSocket::OutputToSocket(const std::string& out, bool lf) {
+void DebuggerInputOutputSocket::OutputToSocket(const std::string& out,
+ bool lf) {
DCHECK(MessageLoop::current() == io_loop_);
if (connection_) {
if (out.length()) {
« no previous file with comments | « chrome/browser/debugger/debugger_io_socket.h ('k') | chrome/browser/debugger/debugger_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698