| Index: chrome/browser/printing/cloud_print/privet_url_fetcher.cc
|
| diff --git a/chrome/browser/printing/cloud_print/privet_url_fetcher.cc b/chrome/browser/printing/cloud_print/privet_url_fetcher.cc
|
| index 7575feb50f05721b09d9a34b8d26152cae6689b8..def6bc885611aec0796338b9b73653adfc355bbd 100644
|
| --- a/chrome/browser/printing/cloud_print/privet_url_fetcher.cc
|
| +++ b/chrome/browser/printing/cloud_print/privet_url_fetcher.cc
|
| @@ -383,7 +383,6 @@ void PrivetURLFetcher::RefreshToken(const std::string& token) {
|
|
|
| bool PrivetURLFetcher::PrivetErrorTransient(const std::string& error) {
|
| return (error == kPrivetErrorDeviceBusy) ||
|
| - (error == kPrivetV3ErrorDeviceBusy) ||
|
| (error == kPrivetErrorPendingUserAction) ||
|
| (error == kPrivetErrorPrinterBusy);
|
| }
|
|
|