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

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

Issue 3425021: Switched the cloud print proxy to use the Google push notifications.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Some comment changes Created 10 years, 3 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: chrome/service/cloud_print/cloud_print_consts.cc
===================================================================
--- chrome/service/cloud_print/cloud_print_consts.cc (revision 60292)
+++ chrome/service/cloud_print/cloud_print_consts.cc (working copy)
@@ -33,8 +33,8 @@
const char kDefaultCloudPrintServerUrl[] = "https://www.google.com/cloudprint";
-const char kCloudPrintTalkServiceUrl[] = "http://www.google.com/cloudprint";
const char kGaiaUrl[] = "https://www.google.com/accounts/ClientLogin";
const char kCloudPrintGaiaServiceId[] = "cloudprint";
const char kSyncGaiaServiceId[] = "chromiumsync";
+const char kCloudPrintPushNotificationsSource[] = "cloudprint.google.com";
« no previous file with comments | « chrome/service/cloud_print/cloud_print_consts.h ('k') | chrome/service/cloud_print/cloud_print_proxy_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698