Commit 9ee7616f authored by cpu@chromium.org's avatar cpu@chromium.org

Revert 110369 - Fix URL on proxy/connector for sending user messages.

BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8587003

TBR=gene@chromium.org
Review URL: http://codereview.chromium.org/8586005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110385 0039d316-1c4b-4281-b951-d872f2087c98
parent 3018a193
...@@ -139,7 +139,7 @@ GURL CloudPrintHelpers::GetUrlForJobStatusUpdate( ...@@ -139,7 +139,7 @@ GURL CloudPrintHelpers::GetUrlForJobStatusUpdate(
GURL CloudPrintHelpers::GetUrlForUserMessage(const GURL& cloud_print_server_url, GURL CloudPrintHelpers::GetUrlForUserMessage(const GURL& cloud_print_server_url,
const std::string& message_id) { const std::string& message_id) {
std::string path(AppendPathToUrl(cloud_print_server_url, "message")); std::string path(AppendPathToUrl(cloud_print_server_url, "user/message"));
GURL::Replacements replacements; GURL::Replacements replacements;
replacements.SetPathStr(path); replacements.SetPathStr(path);
std::string query = StringPrintf("code=%s", message_id.c_str()); std::string query = StringPrintf("code=%s", message_id.c_str());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment