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

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

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/cocoa/toolbar_button_cell.h ('k') | chrome/browser/debugger/debugger_io_socket.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.h
===================================================================
--- chrome/browser/debugger/debugger_io_socket.h (revision 10992)
+++ chrome/browser/debugger/debugger_io_socket.h (working copy)
@@ -12,9 +12,9 @@
class MessageLoop;
// Interaction with the underlying Socket object MUST happen in the IO thread.
-// However, Debugger will call into this object from the main thread. As a result
-// we wind up having helper methods that we call with InvokeLater into the IO
-// thread.
+// However, Debugger will call into this object from the main thread. As a
+// result we wind up having helper methods that we call with InvokeLater into
+// the IO thread.
class DebuggerInputOutputSocket: public DebuggerInputOutput,
public ListenSocket::ListenSocketDelegate {
« no previous file with comments | « chrome/browser/cocoa/toolbar_button_cell.h ('k') | chrome/browser/debugger/debugger_io_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698