| Index: cloud_print/gcp20/prototype/cloud_print_requester.h
|
| diff --git a/cloud_print/gcp20/prototype/cloud_print_requester.h b/cloud_print/gcp20/prototype/cloud_print_requester.h
|
| index f9c2487455dea464913251ad09f93f96d2bb546e..8e1e46c1226691c547abe28ec8bfe5afe0b90190 100644
|
| --- a/cloud_print/gcp20/prototype/cloud_print_requester.h
|
| +++ b/cloud_print/gcp20/prototype/cloud_print_requester.h
|
| @@ -39,9 +39,9 @@ class CloudPrintRequester : public base::SupportsWeakPtr<CloudPrintRequester>,
|
| const std::string& complete_invite_url,
|
| const std::string& device_id) = 0;
|
|
|
| - // Invoked when server respond for registration-getAuthCode query and
|
| + // Invoked when server responded for registration-getAuthCode query and
|
| // response is successfully parsed.
|
| - virtual void OnGetAuthCodeResponseParsed(
|
| + virtual void OnRegistrationFinished(
|
| const std::string& refresh_token,
|
| const std::string& access_token,
|
| int access_token_expires_in_seconds) = 0;
|
|
|