| Index: chrome/service/cloud_print/cloud_print_helpers.h
|
| ===================================================================
|
| --- chrome/service/cloud_print/cloud_print_helpers.h (revision 70946)
|
| +++ chrome/service/cloud_print/cloud_print_helpers.h (working copy)
|
| @@ -35,6 +35,9 @@
|
| static GURL GetUrlForJobStatusUpdate(
|
| const GURL& cloud_print_server_url, const std::string& job_id,
|
| const cloud_print::PrintJobDetails& details);
|
| + static GURL GetUrlForUserMessage(const GURL& cloud_print_server_url,
|
| + const std::string& message_id);
|
| +
|
| // Parses the response data for any cloud print server request. The method
|
| // returns false if there was an error in parsing the JSON. The succeeded
|
| // value returns the value of the "success" value in the response JSON.
|
|
|