summaryrefslogtreecommitdiffstats
path: root/base/message_loop.h
diff options
context:
space:
mode:
authorwtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-23 23:32:15 +0000
committerwtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-23 23:32:15 +0000
commitb1670ee840ae84cbb5f837d73ed35591a0c82a25 (patch)
tree7c3bde2b50bbb4343406bbc95f781b4f69d239b7 /base/message_loop.h
parente819e171a882599823b9590bbe5f8043435b510b (diff)
downloadchromium_src-b1670ee840ae84cbb5f837d73ed35591a0c82a25.zip
chromium_src-b1670ee840ae84cbb5f837d73ed35591a0c82a25.tar.gz
chromium_src-b1670ee840ae84cbb5f837d73ed35591a0c82a25.tar.bz2
Miscellaneous cleanup.
Removed an extraneous 'protected' in message_loop.h. Don't need to document Read and Write again in tcp_client_socket.h. They are documented in socket.h. Map more POSIX error codes. Check for EAGAIN as well as EWOULDBLOCK. Cleaned up error handling in DidCompleteConnect. R=dank Review URL: http://codereview.chromium.org/4234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/message_loop.h')
-rw-r--r--base/message_loop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/message_loop.h b/base/message_loop.h
index 51093c6..25b3cfa 100644
--- a/base/message_loop.h
+++ b/base/message_loop.h
@@ -280,7 +280,6 @@ class MessageLoop : public base::MessagePump::Delegate {
base::MessagePumpLibevent* pump_libevent() {
return static_cast<base::MessagePumpLibevent*>(pump_.get());
}
- protected:
#endif
// A function to encapsulate all the exception handling capability in the