summaryrefslogtreecommitdiffstats
path: root/cloud_print
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 23:34:13 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 23:34:13 +0000
commit809c0980e0568c6fc2cd4807e39ccdf5ec08d7a0 (patch)
tree62586ce3fe9b99995c0d7131275b3e86a2dab4e6 /cloud_print
parent377fa201bbfd8bbb14d753af9425a0c970219e58 (diff)
downloadchromium_src-809c0980e0568c6fc2cd4807e39ccdf5ec08d7a0.zip
chromium_src-809c0980e0568c6fc2cd4807e39ccdf5ec08d7a0.tar.gz
chromium_src-809c0980e0568c6fc2cd4807e39ccdf5ec08d7a0.tar.bz2
Fixed url to manage specific cloud printers.
Device id is ref string, not relative path. BUG=366575 Review URL: https://codereview.chromium.org/258623004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266043 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print')
-rw-r--r--cloud_print/service/win/chrome_launcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud_print/service/win/chrome_launcher.cc b/cloud_print/service/win/chrome_launcher.cc
index 650b502..bb4db02 100644
--- a/cloud_print/service/win/chrome_launcher.cc
+++ b/cloud_print/service/win/chrome_launcher.cc
@@ -292,7 +292,7 @@ std::string ChromeLauncher::CreateServiceStateFile(
cmd.AppendSwitch(switches::kNoFirstRun);
cmd.AppendArg(
- cloud_devices::GetCloudPrintEnableURLWithSignin(proxy_id).spec());
+ cloud_devices::GetCloudPrintEnableWithSigninURL(proxy_id).spec());
base::win::ScopedHandle chrome_handle;
DWORD thread_id = 0;