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

Unified Diff: cloud_print/service/win/chrome_launcher.cc

Issue 258623004: Fixed url to manage specific cloud printers. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/service/win/chrome_launcher.cc
diff --git a/cloud_print/service/win/chrome_launcher.cc b/cloud_print/service/win/chrome_launcher.cc
index 650b50209bcbe5adef686e12555bbaf1dc2df7da..bb4db024e5c0736a5698f05cced274b3e0f155a5 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;

Powered by Google App Engine
This is Rietveld 408576698