| 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()) {
|
|
|