| Index: remoting/host/register_support_host_request.cc
|
| ===================================================================
|
| --- remoting/host/register_support_host_request.cc (revision 123637)
|
| +++ remoting/host/register_support_host_request.cc (working copy)
|
| @@ -161,8 +161,7 @@
|
| return true;
|
| }
|
|
|
| -void RegisterSupportHostRequest::ProcessResponse(IqRequest* request,
|
| - const XmlElement* response) {
|
| +void RegisterSupportHostRequest::ProcessResponse(const XmlElement* response) {
|
| std::string support_id;
|
| base::TimeDelta lifetime;
|
| bool success = ParseResponse(response, &support_id, &lifetime);
|
|
|