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

Side by Side 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, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constant defines used in the cloud print proxy code 5 // Constant defines used in the cloud print proxy code
6 6
7 #include "chrome/service/cloud_print/cloud_print_consts.h" 7 #include "chrome/service/cloud_print/cloud_print_consts.h"
8 8
9 const char kProxyIdValue[] = "proxy"; 9 const char kProxyIdValue[] = "proxy";
10 const char kPrinterNameValue[] = "printer"; 10 const char kPrinterNameValue[] = "printer";
(...skipping 15 matching lines...) Expand all
26 const char kTitleValue[] = "title"; 26 const char kTitleValue[] = "title";
27 const char kPrinterCapsHashValue[] = "capsHash"; 27 const char kPrinterCapsHashValue[] = "capsHash";
28 const char kPrinterTagsValue[] = "tags"; 28 const char kPrinterTagsValue[] = "tags";
29 const char kProxyTagPrefix[] = "__cp__"; 29 const char kProxyTagPrefix[] = "__cp__";
30 const char kTagsHashTagName[] = "__cp__tagshash"; 30 const char kTagsHashTagName[] = "__cp__tagshash";
31 const char kLocationTagName[] = "location"; 31 const char kLocationTagName[] = "location";
32 const char kDriverNameTagName[] = "drivername"; 32 const char kDriverNameTagName[] = "drivername";
33 33
34 34
35 const char kDefaultCloudPrintServerUrl[] = "https://www.google.com/cloudprint"; 35 const char kDefaultCloudPrintServerUrl[] = "https://www.google.com/cloudprint";
36 const char kCloudPrintTalkServiceUrl[] = "http://www.google.com/cloudprint";
37 const char kGaiaUrl[] = "https://www.google.com/accounts/ClientLogin"; 36 const char kGaiaUrl[] = "https://www.google.com/accounts/ClientLogin";
38 const char kCloudPrintGaiaServiceId[] = "cloudprint"; 37 const char kCloudPrintGaiaServiceId[] = "cloudprint";
39 const char kSyncGaiaServiceId[] = "chromiumsync"; 38 const char kSyncGaiaServiceId[] = "chromiumsync";
39 const char kCloudPrintPushNotificationsSource[] = "cloudprint.google.com";
40 40
OLDNEW
« 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