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

Unified Diff: cloud_print/gcp20/prototype/cloud_print_response_parser.h

Issue 20238002: GCP2.0 Device: XMPP (without pings). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DEPS-jingle
Patch Set: Created 7 years, 5 months 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
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
« no previous file with comments | « cloud_print/gcp20/prototype/cloud_print_requester.cc ('k') | cloud_print/gcp20/prototype/cloud_print_response_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698