diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-28 16:47:58 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-28 16:47:58 +0000 |
commit | 2a9778a982044e573730d6c3e16ad8a47f0bc512 (patch) | |
tree | 6b0a5d0bde3d3895bc7ec657f10508b63009aadf /chrome/service | |
parent | 7d3c88a2c5b276a3e281430b7cb1d2b849d0dd29 (diff) | |
download | chromium_src-2a9778a982044e573730d6c3e16ad8a47f0bc512.zip chromium_src-2a9778a982044e573730d6c3e16ad8a47f0bc512.tar.gz chromium_src-2a9778a982044e573730d6c3e16ad8a47f0bc512.tar.bz2 |
Changed values of Cloud Print GAIA service id and Talk service URL to production values.
BUG=None.
TEST=Test with production cloudprint service.
Review URL: http://codereview.chromium.org/2254003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/cloud_print/cloud_print_consts.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/service/cloud_print/cloud_print_consts.cc b/chrome/service/cloud_print/cloud_print_consts.cc index b64f13a..a3dbe6f 100644 --- a/chrome/service/cloud_print/cloud_print_consts.cc +++ b/chrome/service/cloud_print/cloud_print_consts.cc @@ -26,10 +26,8 @@ const wchar_t kTitleValue[] = L"title"; 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"; 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"; |