summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/javascript_iq_request.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 22:50:13 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-06 22:50:13 +0000
commit19d963f72826c669179b9fa2c9c11ad40465a701 (patch)
tree798c0b13524d1fa331e427fd3b64a7e0d3d2798f /remoting/jingle_glue/javascript_iq_request.h
parent05932300479fbf56b492155d581c37cd7abea3f0 (diff)
downloadchromium_src-19d963f72826c669179b9fa2c9c11ad40465a701.zip
chromium_src-19d963f72826c669179b9fa2c9c11ad40465a701.tar.gz
chromium_src-19d963f72826c669179b9fa2c9c11ad40465a701.tar.bz2
Simplify IqRequest interface.
This is neccessary to make the interface usable with stanzas generated by JingleMessage::ToXml(). BUG=None TEST=Unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99801 Review URL: http://codereview.chromium.org/7809003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/jingle_glue/javascript_iq_request.h')
-rw-r--r--remoting/jingle_glue/javascript_iq_request.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/jingle_glue/javascript_iq_request.h b/remoting/jingle_glue/javascript_iq_request.h
index d2ff5d9..f94fc33 100644
--- a/remoting/jingle_glue/javascript_iq_request.h
+++ b/remoting/jingle_glue/javascript_iq_request.h
@@ -55,8 +55,7 @@ class JavascriptIqRequest : public IqRequest {
virtual ~JavascriptIqRequest();
// IqRequest interface.
- virtual void SendIq(const std::string& type, const std::string& addressee,
- buzz::XmlElement* iq_body) OVERRIDE;
+ virtual void SendIq(buzz::XmlElement* iq_body) OVERRIDE;
virtual void set_callback(const ReplyCallback& callback) OVERRIDE;
private: