| Index: chrome/service/cloud_print/cloud_print_consts.cc
|
| ===================================================================
|
| --- chrome/service/cloud_print/cloud_print_consts.cc (revision 107156)
|
| +++ chrome/service/cloud_print/cloud_print_consts.cc (working copy)
|
| @@ -38,6 +38,7 @@
|
| const char kDefaultCloudPrintServerUrl[] = "https://www.google.com/cloudprint";
|
| const char kCloudPrintGaiaServiceId[] = "cloudprint";
|
| const char kSyncGaiaServiceId[] = "chromiumsync";
|
| +const char kProxyAuthUserAgent[] = "ChromiumBrowser";
|
| const char kCloudPrintPushNotificationsSource[] = "cloudprint.google.com";
|
| // The cloud print server expects the X-Google-CloudPrint-Proxy header for
|
| // certain requests.
|
|
|