| Index: chrome/service/cloud_print/cloud_print_consts.cc
|
| ===================================================================
|
| --- chrome/service/cloud_print/cloud_print_consts.cc (revision 67805)
|
| +++ chrome/service/cloud_print/cloud_print_consts.cc (working copy)
|
| @@ -37,7 +37,7 @@
|
| 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";
|
| +const char kChromeCloudPrintProxyHeader[] = "X-CloudPrint-Proxy: Chrome";
|
|
|
| // The string to be appended to the user-agent for cloudprint requests.
|
| const char kCloudPrintUserAgent[] = "GoogleCloudPrintProxy";
|
|
|