| Index: chrome/service/cloud_print/cloud_print_consts.h
|
| ===================================================================
|
| --- chrome/service/cloud_print/cloud_print_consts.h (revision 104911)
|
| +++ chrome/service/cloud_print/cloud_print_consts.h (working copy)
|
| @@ -56,6 +56,10 @@
|
| const int kJobDataMaxRetryCount = 5;
|
| // Max retry count (infinity) for API fetch requests.
|
| const int kCloudPrintAPIMaxRetryCount = -1;
|
| +// Max retry count (infinity) for Registration requests.
|
| +const int kCloudPrintRegisterMaxRetryCount = -1;
|
| +// Max retry count (infinity) for authentication requests.
|
| +const int kCloudPrintAuthMaxRetryCount = -1;
|
|
|
| // When we don't have XMPP notifications available, we resort to polling for
|
| // print jobs. We choose a random interval in seconds between these 2 values.
|
|
|