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

Unified Diff: chrome/service/cloud_print/cloud_print_consts.cc

Issue 2254003: Changed values of Cloud Print GAIA service id and Talk service URL to product... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698