diff options
Diffstat (limited to 'chrome/service/cloud_print/cloud_print_consts.cc')
-rw-r--r-- | chrome/service/cloud_print/cloud_print_consts.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/service/cloud_print/cloud_print_consts.cc b/chrome/service/cloud_print/cloud_print_consts.cc index c86e5ee..0974205 100644 --- a/chrome/service/cloud_print/cloud_print_consts.cc +++ b/chrome/service/cloud_print/cloud_print_consts.cc @@ -37,4 +37,7 @@ const char kGaiaUrl[] = "https://www.google.com/accounts/ClientLogin"; const char kCloudPrintGaiaServiceId[] = "cloudprint"; const char kSyncGaiaServiceId[] = "chromiumsync"; const char kCloudPrintPushNotificationsSource[] = "cloudprint.google.com"; +// The cloud print server expects the X-Google-CloudPrint-Proxy header for +// certain requests. +const char kChromeCloudPrintProxyHeader[] = "X-Google-CloudPrint-Proxy: Chrome"; |