| 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";
|
|
|
|
|