Index: chrome/service/cloud_print/cloud_print_consts.cc |
=================================================================== |
--- chrome/service/cloud_print/cloud_print_consts.cc (revision 48182) |
+++ chrome/service/cloud_print/cloud_print_consts.cc (working copy) |
@@ -25,10 +25,8 @@ |
const wchar_t kPrinterCapsHashValue[] = L"capsHash"; |
const char kDefaultCloudPrintServerUrl[] = "https://www.google.com/cloudprint"; |
-// TODO(sanjeevr): Change this to a real one. |
-const char kCloudPrintTalkServiceUrl[] = "http://www.google.com/printing"; |
+const char kCloudPrintTalkServiceUrl[] = "http://www.google.com/cloudprint"; |
M-A Ruel
2010/05/27 21:28:47
Not https?
sanjeevr
2010/05/27 22:05:08
No, this is just a string to identify the service
|
const char kGaiaUrl[] = "https://www.google.com/accounts/ClientLogin"; |
-// TODO(sanjeevr): Change this to a real one once we get a GAIA service id. |
-const char kCloudPrintGaiaServiceId[] = "print"; |
+const char kCloudPrintGaiaServiceId[] = "cloudprint"; |
const char kSyncGaiaServiceId[] = "chromiumsync"; |