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

Unified Diff: remoting/jingle_glue/xmpp_socket_adapter.cc

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove virtual from VideoFrame::type() Created 10 years 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 | « remoting/jingle_glue/xmpp_socket_adapter.h ('k') | skia/ext/bitmap_platform_device_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/jingle_glue/xmpp_socket_adapter.cc
diff --git a/remoting/jingle_glue/xmpp_socket_adapter.cc b/remoting/jingle_glue/xmpp_socket_adapter.cc
index c4a669a9ac16ae10795941c860d5af1bc6a41adf..8fdcd0f7e96abb97751f374b014d88fa051026dd 100644
--- a/remoting/jingle_glue/xmpp_socket_adapter.cc
+++ b/remoting/jingle_glue/xmpp_socket_adapter.cc
@@ -50,6 +50,18 @@ XmppSocketAdapter::~XmppSocketAdapter() {
}
}
+buzz::AsyncSocket::State XmppSocketAdapter::state() {
+ return state_;
+}
+
+buzz::AsyncSocket::Error XmppSocketAdapter::error() {
+ return error_;
+}
+
+int XmppSocketAdapter::GetError() {
+ return wsa_error_;
+}
+
bool XmppSocketAdapter::FreeState() {
int code = 0;
« no previous file with comments | « remoting/jingle_glue/xmpp_socket_adapter.h ('k') | skia/ext/bitmap_platform_device_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698