| Index: cloud_print/gcp20/prototype/cloud_print_response_parser.h
|
| diff --git a/cloud_print/gcp20/prototype/cloud_print_response_parser.h b/cloud_print/gcp20/prototype/cloud_print_response_parser.h
|
| index b691934dc6bfedc09fe9b5f7d999ec6dac1e229f..5c7254f73b662fea4d64bcf31040f849a6f97db0 100644
|
| --- a/cloud_print/gcp20/prototype/cloud_print_response_parser.h
|
| +++ b/cloud_print/gcp20/prototype/cloud_print_response_parser.h
|
| @@ -48,7 +48,8 @@ bool ParseRegisterStartResponse(const std::string& response,
|
| // when parsing is failed.
|
| bool ParseRegisterCompleteResponse(const std::string& response,
|
| std::string* error_description,
|
| - std::string* authorization_code_result);
|
| + std::string* authorization_code_result,
|
| + std::string* xmpp_jid_result);
|
|
|
| // Parses CloudPrint fetch response to out parameters.
|
| // Returns |true| on success. Callback is called with description as a parameter
|
|
|