| Index: chrome/service/cloud_print/cloud_print_consts.cc
|
| ===================================================================
|
| --- chrome/service/cloud_print/cloud_print_consts.cc (revision 64444)
|
| +++ chrome/service/cloud_print/cloud_print_consts.cc (working copy)
|
| @@ -39,3 +39,7 @@
|
| // certain requests.
|
| const char kChromeCloudPrintProxyHeader[] = "X-Google-CloudPrint-Proxy: Chrome";
|
|
|
| +// The request retry policy names. These strings are not valid hostnames, they
|
| +// are just string keys.
|
| +const char kCloudPrintAPIRetryPolicy[] = "cloudprint.google.com/api";
|
| +const char kJobDataRetryPolicy[] = "cloudprint.google.com/jobdata";
|
|
|